Update the roles for the given users on the given customer.
post/auth/v0.1/users/roles
Request
Authorization
X-AT
header
apiKey
Body
application/json
users
array object[]
REQUIRED
object {}
idThe user ID to update.
string
customer
object
object {}
idThe customer ID the user is attached to.
string
rolesThe roles to set. All roles will be overwritten.
array string[]
Response
200Roles updated.
403Access denied for this user
422Role update failed
Shell cURL
shellShow schema
json