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