latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

User

Retrieve an user group

Retrieves the properties of an user group.

get/groups/{id}

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of the user group.

Response

OK

idstring

The unique ID of the resource.

namestring

The name of user group.

descriptionstring

The description of user group.

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw",
  "outbound_caller_ids": [
    {
      "provider_id": "NzAwNTUxOTA5NzczMTQ4MTYw"
    }
  ]
}