cURL
curl --request PUT \ --url https://{instance}.domo.com/api/content/v2/groups/{group}/user/{userId} \ --header 'X-DOMO-Developer-Token: <api-key>'
true
Add a user to a specific group.
The ID of the group The ID of the group to fetch
The ID of the user
Status Code: 200
The response is of type boolean.
boolean