# Get Group Details

Endpoint: POST /v3/group
Version: 3.0.0
Security: BearerAuth

## Request fields (application/json):

  - `organisation_group_id` (integer)
    Example: 1

## Response 200 fields (application/json):

  - `status` (integer)
    Example: 200

  - `timestamp` (string)
    Example: 1970-01-30T00:00:00.000000Z

  - `data` (object)

  - `data.id` (integer)
    Example: 1

  - `data.name` (string)
    Example: example_org

  - `data.display_name` (string)
    Example: Example Org. LTD

  - `data.sandbox` (boolean)
    Example: 0

  - `data.locale` (string)
    Example: en_GB

  - `data.timezone` (string)
    Example: Europe/London

  - `data.custom_domain` (string)
    Example: null

  - `data.subdomain` (string)
    Example: example

