v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
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

idinteger required

User id

first_namestring required

First Name

last_namestring required

Last Name

namestring required

Full Name

is_activeboolean required

Account activity status

url_namestring required

Name that appears in website url

is_publicboolean required

Account public status

job_titlestring required

User Job title

orcid_idstring required

Orcid associated to this User

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"
}