Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add a user to a group.
cURL
curl --request POST \ --url https://api.example.com/api/v1/groups/{group_id}/users \ --header 'Content-Type: application/json' \ --data ' { "user_id": "<string>" } '
{}
Schema for adding/removing users from a group.
User ID to add/remove
Successful Response