- Path parameters
- {name}: Author username
Get a list of authors by name registred on the website, limited to 50.
Need metadata:read scope.
Need metadata:read scope.
- Response
- data: [ ['id': int, 'name': string, 'website':string, 'user_id': int ], ... ]
user_id and website are unused for now.