cURL
curl --request PUT \ --url https://api.domo.com/v1/groups/{group_id}/users/{user_id} \ --header 'Authorization: Bearer <token>'
Add user to a group in your Domo instance.
Documentation IndexFetch the complete documentation index at: https://domoinc-jkreitzman-patch-1.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://domoinc-jkreitzman-patch-1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the parameter of success or error based on the group ID being valid.