Update user role in an organization
PUT/v1/organizations/:organizationId/users/:userId
Update user role in an organization
Request
Path Parameters
organizationId stringrequired
userId stringrequired
- application/json
Body
required
role objectrequired
The role of the user within the organization.
Responses
- 200
- 400
- 404
Successfully updated the user's role in the organization.
Bad Request
User or Organization not found
Loading...