cURL
curl --request PUT \ --url https://{instance}.domo.com/api/content/v2/groups/access \ --header 'Content-Type: application/json' \ --header 'X-DOMO-Developer-Token: <api-key>' \ --data ' [ { "groupId": "1231231232", "removeMembers": [ { "type": "USER", "id": "112321221" } ] } ] '
true
Remove multiple users from a specific group.
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.
Show child attributes
Status Code: 200
The response is of type boolean.
boolean