institutions
Private Institution Account information
Private Institution Account information
get/account/institution/accounts/{account_id}
Path parameters
account_idinteger required
Account identifier the user is associated to
Response
OK. Account
Example response
{
"id": 1495682,
"first_name": "Doe",
"last_name": "John",
"modified_date": "2018-05-22T04:04:04",
"created_date": "2018-05-22T04:04:04",
"institution_user_id": "djohn42",
"institution_id": 1,
"email": "user@domain.com",
"pending_quota_request": true,
"user_id": 1000001,
"orcid_id": "0000-0001-2345-6789",
"symplectic_user_id": "djohn42"
}