v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
institutions

List Institution Account Group Roles

List Institution Account Group Roles

get/account/institution/roles/{account_id}

Path parameters

account_idinteger required

Account identifier the user is associated to

Response

OK. Account Group Roles

AccountGroupRoles required

Example response

{
  "2": [
    {
      "category": "group",
      "id": 7,
      "name": "User"
    }
  ]
}