Update user roles in organization
Update the roles assigned to a user in a specific organization. Requires ORGANIZATION_SETTINGS_ASSIGN_ROLE_TO_USER permission.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
organizationId
Organization identifier
Request
User and roles information
userId
User ID
rolesIds
Array of role IDs to assign to the user in the organization
Response
User organization roles updated successfully
success
Whether the operation was successful
message
Optional message providing more details about the operation