authors
Search Authors
Search for authors
post/account/authors/search
Request body
Example request
{
"search_for": "figshare",
"page": 1,
"page_size": 10,
"limit": 10,
"institution_id": 1
}Response
OK. An array of authors
Example response
[
{
"id": 97657,
"full_name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"url_name": "John_Doe",
"orcid_id": "1234-5678-9123-1234"
}
]