Update Organization User
PATCH
/v1/organization_users/{userId}The Update Organization User Role API allows you to modify the role of a specific user within an organization, identified by userId. This API is used to update the user’s permissions and responsibilities by changing their role, ensuring that their access level aligns with their current position and duties within the organization.
Request
Path Params
userId
string
required
Body Params application/json
role
enum<string>
optional
Allowed values:
owneradminmemberrestricted
Example
{
"role": "owner"
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
#/definitions/1408105required
Example
Not configured
Last modified: 3 months ago