Updates an organization user's role. This endpoint does not support API key authentication.

PUT /users/{userId}/roles

Path parameters

# userId string path required

Id of the user

Body

# roles string[]

Roles to assign to the user, replacing the roles they hold now.

Response

204

No Content