Add a user to a group.
curl --request POST \
--url https://api.example.com/api/v1/groups/{group_id}/users \
--header 'Content-Type: application/json' \
--data '
{
"user_id": "<string>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.snackbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.example.com/api/v1/groups/{group_id}/users \
--header 'Content-Type: application/json' \
--data '
{
"user_id": "<string>"
}
'{}