Parameters

ParameterDescription
Page NumberThe page number being requested. If greater than existing number of pages, returns the last page of groups and profiles.

Example Output

{  "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",        }    ]}

Workflow Library Example

Get Groups and Profiles with Adobe Cloud and Send Results Via Email

Preview this Workflow on desktop