# Get All Group Members

GET /users}

#### Description

Retrieves the members of groups in the organization.

#### Notes and caveats

Endpoint: GET /users
Version: 1.0
Security: oauth2

## Query parameters:

  - `status` (string)
    Comma-separated list of statuses (only active by default). Supported values are active and archived.

## Response 200 fields (application/json):

  - `groupId` (string)
    The unique identifier of the group.
    Example: "12345678-1234-5678-1234-123456789012"

  - `userIds` (array)
    The list of unique identifiers of users who are in the group.
    Example: ["195032c4-0a2b-4f3e-8d5f-1a2b3c4d5e6f","12345678-1234-5678-1234-123456789012"]


