v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
institutions

Private Account Institution Groups

Returns the groups for which the account has administrative privileges (assigned and inherited).

get/account/institution/groups

Response

OK. An array of Groups

idinteger required

Group id

namestring required

Group name

resource_idstring required

Group resource id

parent_idinteger required

Parent group if any

association_criteriastring required

HR code associated with group, if code exists

upload_access'All Users' | 'Admin Only' | 'None' required

Who can upload to this group. Possible values are "All Users", "Admin Only", and "None"

Example response

[
  {
    "id": 1,
    "name": "Materials",
    "association_criteria": "IT",
    "upload_access": "All Users"
  }
]