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