https://www.docusign.com/v2.1/accounts/{accountId}/groups/{groupId}/usersRetrieves a list of users in a group.
The external account number (int) or account ID GUID.
The ID of the group being accessed.
The maximum number of results to return. Use `start_position` to specify the number of results to skip. Valid values: `1` to `100`<br> Default: `50`
The zero-based index of the result from which to start returning results. Use with `count` to limit the number of results. The default value is `0`.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://www.docusign.com/v2.1/accounts/{accountId}/groups/{groupId}/users' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://www.docusign.com/v2.1/accounts/{accountId}/groups/{groupId}/usersRetrieves a list of users in a group.
The external account number (int) or account ID GUID.
The ID of the group being accessed.
The maximum number of results to return. Use `start_position` to specify the number of results to skip. Valid values: `1` to `100`<br> Default: `50`
The zero-based index of the result from which to start returning results. Use with `count` to limit the number of results. The default value is `0`.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://www.docusign.com/v2.1/accounts/{accountId}/groups/{groupId}/users' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}