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