Skip to main content

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

Body

required
    role objectrequired

    The role of the user within the organization.

Responses

Successfully updated the user's role in the organization.

Loading...