institutions
Private Account Institution User
Retrieve institution user information using the account_id
get/account/institution/users/{account_id}
Path parameters
account_idinteger required
Account identifier the user is associated to
Response
OK. User representation
Example response
{
"id": 1495682,
"first_name": "Doe",
"last_name": "John",
"name": "John Doe",
"is_active": true,
"url_name": "John_Doe",
"is_public": true,
"job_title": "programmer",
"orcid_id": "1234-5678-9123-1234"
}