institutions
Private Account Institution Accounts
Returns the accounts for which the account has administrative privileges (assigned and inherited).
get/account/institution/accounts
Query parameters
pageinteger
Page number. Used for pagination with page_size
page_sizeinteger
The number of results included on a page. Used for pagination with page
limitinteger
Number of results included on a page. Used for pagination with query
offsetinteger
Where to start the listing (the offset of the first result). Used for pagination with limit
is_activeinteger
Filter by active status
institution_user_idstring
Filter by institution_user_id
emailstring
Filter by email
id_lteinteger
Retrieve accounts with an ID lower or equal to the specified value
id_gteinteger
Retrieve accounts with an ID greater or equal to the specified value
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"
}
]