> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Groups And Profiles

Retrieves a list of all user groups and product profiles in your organization along with information about them.

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                                              |
  | ----------- | ------------------------------------------------------------------------------------------------------------------------ |
  | Page Number | The page number being requested. If greater than existing number of pages, returns the last page of groups and profiles. |
</div>

## Example Output

```json theme={"dark"}
{
  "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](https://library.blinkops.com/workflows/get-groups-and-profiles-with-adobe-cloud-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-groups-and-profiles-with-adobe-cloud-and-send-results-via-email/canvas" />
</div>
