User
Change user role
Change user role.
post/users/{id}/role
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the user.
Request body
Example request
{
"role": "User"
}Response
OK
Change user role.
The unique ID of the resource.
The unique ID of the user.
{
"role": "User"
}OK