Users
Change a users role
Change the role of a user, only available to admin authorization.
post/users.update_role
Request body
Response
OK
Example response
{
"data": {
"name": "Jane Doe"
}
}Change the role of a user, only available to admin authorization.
OK
{
"data": {
"name": "Jane Doe"
}
}