Skip to content
Deprecated

Add users to a group.

POST
/backend/v1/groups/{groupId}/users

Only a group admin can add users to a group.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Parameters

Path Parameters

groupId*
Typestring
Required
formatuuid

Request Body

application/json
JSON
{
"members": [
"string"
]
}

Responses

Successful Response
application/json
JSON
{
"message": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Updated at: