Actions
Get Groups And Profiles
Retrieves a list of all user groups and product profiles in your organization along with information about them.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Page Number | The page number being requested. If greater than existing number of pages, returns the last page of groups and profiles. |
{
"lastPage": true,
"result": "success",
"groups": [
{
"type": "SYSADMIN_GROUP",
"groupName": "Administrators",
"memberCount": 11
},
{
"type": "USER_GROUP",
"groupName": "Document Cloud 1",
"memberCount": 26,
"adminGroupName": "_admin_Document Cloud 1",
"licenseQuota": "2"
},
{
"type": "PRODUCT_PROFILE",
"groupName": "Default Support Profile",
"memberCount": 0,
"productName": "All Apps plan - 100 GB",
"licenseQuota": "8"
},
{
"type": "PRODUCT_ADMIN_GROUP",
"groupName": "_product_admin_Adobe Document Cloud for business",
"memberCount": 2,
"productProfileName": "Adobe Document Cloud for business",
},
{
"type": "DEVELOPER_GROUP",
"groupName": "_developer_Adobe Document Cloud for business",
"memberCount": 5,
"productProfileName": "Adobe Document Cloud for business",
}
]
}
Was this page helpful?