Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Deprecated
Update a user's admin status in a group.
PATCH
/backend/v1/groups/{groupId}/users/{userId}
Only group admins can change a users admin status.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
groupId
*
Type
string
Required
format
uuid
userId
*
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"admin"
:
true
}
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"message"
:
"string"
}
PATCH
/backend/v1/groups/{groupId}/users/{userId}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
groupId
*
userId
*
Body
Try it out
Samples
Powered by
VitePress OpenAPI