Skip to main content
PUT
/
v1
/
groups
/
{group_id}
/
users
/
{user_id}
Add a user to a group
curl --request PUT \
  --url https://api.domo.com/v1/groups/{group_id}/users/{user_id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://domoinc-arun-raj-connectors-domo-479695-remove-crime-report.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group_id
string
required
user_id
string
required

Response

204

Returns the parameter of success or error based on the group ID being valid.