- Path parameters
- {author}: Valid author ID.
Get information about a specific author.
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.