institutions

Private Account Institution Roles

Returns the roles available for groups and the institution group.

get/account/institution/roles

Response

OK. An array of Roles

idinteger required

Role id

namestring required

Role name

categorystring required

Role category

descriptionstring required

Role description

Example response

[
  {
    "id": 1,
    "name": "Curator",
    "category": "group"
  }
]

Changes

No recorded changes to this endpoint across all 2 revisions of this API.