v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
institutions

Add Institution Account Group Roles

Add Institution Account Group Roles

post/account/institution/roles/{account_id}

Path parameters

account_idinteger required

Account identifier the user is associated to

Request body

AccountGroupRolesCreate required

Example request

{
  "2": [
    2,
    7
  ],
  "3": [
    7,
    9
  ]
}

Response

Created