institutions
Private Account Institution Accounts Search
Returns the accounts for which the account has administrative privileges (assigned and inherited).
post/account/institution/accounts/search
Request body
Example request
{
"search_for": "figshare",
"page": 1,
"page_size": 10,
"limit": 10,
"institution_user_id": "alan",
"email": "alan@institution.com"
}Response
OK. An array of Accounts
Example response
[
{
"id": 1495682,
"first_name": "Doe",
"last_name": "John",
"institution_id": 1,
"email": "user@domain.com",
"institution_user_id": "1",
"quota": 1074000000,
"used_quota": 1074000000,
"user_id": 1000001,
"orcid_id": "0000-0001-2345-6789",
"symplectic_user_id": "djohn42"
}
]