Skip to main content
POST
/
api
/
v1
/
groups
/
{group_id}
/
users
Add user to group
curl --request POST \
  --url https://api.example.com/api/v1/groups/{group_id}/users \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_id": "<string>"
}
'
{}

Headers

authorization
string | null

Path Parameters

group_id
string
required

Body

application/json

Schema for adding/removing users from a group.

user_id
string
required

User ID to add/remove

Response

Successful Response

{key}
string