Logo
Zoom Public API Documentation

Get a contact group

GET {{baseUrl}}/contacts/groups/:groupId

Get a contact group under an account.

Prerequisite: Pro or higher account.

Scopes: contact_group:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "group_id": "<string>", "group_name": "<string>", "total_members": "<integer>", "group_privacy": 2, "description": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/contacts/groups/:groupId' -H 'Accept: application/json'

ENDPOINTS