POST
/
v2
/
user-groups
/
{id}
/
members
Add a user to a group
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/v2/user-groups/{id}/members \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_id": "<string>"
}
'
This response has no body data.

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

id
string
required

Group UUID

Body

application/json

Member payload

user_id
string

Response