- Introduction
- OAuth
- API Endpoint
- Quick start with Zoho Sign's API
- Postman collection
- SwaggerHub
- Basic concepts
- Getting started with Zoho Sign's API under 2 minutes
- Signer groups
- Document Management
- POSTCreate document
- PUTUpdate document
- POSTSend document for signature
- POSTCorrect document
- GETGet details of a particular document
- GETGet documents list
- GETDownload PDF
- GETDownload particular PDF file
- GETDownload completion certificate
- GETGet document form data
- POSTRecall Document
- POSTRemind Recipient
- PUTDelete Document
- PUTExtend document
- POSTCreate new Folder
- GETGet folder list
- GETRetrieve field type
- GETGet document type
- POSTCreate new document type
- POSTUpdate document type
- Template Management
- Embedded Signing
- Embedded Sending
- Use Cases
- How-to guides
- Sending a signing request via SMS
- Enforce authentication
- Add fields to your document
- In-Person signing
- Sign documents with digital signature providers
- Sending documents in bulk
- eStamping
- Collecting payments from my recipients
- Adding witness to your envelope
- Manages recipients
- Sending an envelope to a signer group
- Replace signer group with normal recipients
- API error codes
- API limitation
- Security
- Contact details for technical assistance
Get signer group details
Get the details of a particular signer group using the group's name, which provides the details of the signing group, including the number of signers present in the group.
API endpoint
GET https://sign.zoho.com/api/v1/signgroups/{signing_group_id}/recipients
Response example
{
"code": 0,
"recipients": [
{
"recipient_countrycode_iso": "IN",
"recipient_email": "test1@zohosign.com",
"signing_group_id": "5000000005001",
"recipient_name": "Test1",
"recipient_id": "5000000005003",
"recipient_phonenumber": ""
},
{
"recipient_countrycode_iso": "IN",
"recipient_email": "test2@zohosign.com",
"signing_group_id": "5000000005001",
"recipient_name": "Test2",
"recipient_id": "5000000005005",
"recipient_phonenumber": ""
},
{
"recipient_countrycode_iso": "IN",
"recipient_email": "test3@zohosign.com",
"signing_group_id": "5000000005001",
"recipient_name": "Test3",
"recipient_id": "5000000005007",
"recipient_phonenumber": ""
},
{
"recipient_countrycode_iso": "IN",
"recipient_email": "test4@zohosign.com",
"signing_group_id": "5000000005001",
"recipient_name": "Test4",
"recipient_id": "5000000005009",
"recipient_phonenumber": ""
},
{
"recipient_countrycode_iso": "IN",
"recipient_email": "test5@zohosign.com",
"signing_group_id": "5000000005001",
"recipient_name": "Test5",
"recipient_id": "5000000005011",
"recipient_phonenumber": ""
}
],
"message": "List of signer group recipients retrieved",
"page_context": {
"has_more_rows": false,
"start_index": 1,
"total_count": 5,
"sort_order": "ASC",
"row_count": 5
},
"status": "success"
}
Show full
Show less
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.