All Groups
Retrieve a list of details for all groups of an instance. Code Example
Group by Id
Retrieve the details for an individual group given its Id. Code Example
| Property Name | Type | Required | Description |
|---|---|---|---|
| groupId | Long | Required | The ID of the desired group |
Group by Name
Retrieve the details for an individual group given its name. Code Example
| Property Name | Type | Required | Description |
|---|---|---|---|
| groupName | String | Required | The name of the desired group |
Groups by User
Retrieve the details for an all groups that an individual user belongs to, given a user Id. You can obtain the user Id of the current user using the
domo object (provided via the domo.js javascript file that is included with all apps initialized by the Domo Apps CLI) as demonstrated in the code example below.
Code Example
| Property Name | Type | Required | Description |
|---|---|---|---|
| userId | Long | Required | The id of the desired user |