- Overview
- What's New in V5?
- Changelog
- OAuth Authentication
- Multi DC Support
- GDPR Compliance
- HIPAA Compliance
- HTTP Request Methods
- Status Codes
- Metadata APIs
- GETModule
- GETFields
- GETLayouts
- GETRelated Lists
- Profiles
- Custom View
- Roles
- Territories
- GETTerritories
- POSTTerritories
- PUTTerritories
- DELETETerritories
- POSTTransfer and Delete Territories
- GETChild Territories of a Territory
- POSTAssign Territories to Records
- GETTerritories Assigned
- POSTRemove Territories of Records
- GETAssociated User Count
- PUTAssociate Users with Territory
- DELETEDisassociate Users from Territory
- GETRetrieve User details Associated with a Territory
- Scoring Rules
- Variables
- Map Dependency
- User Groups
- Tags
- Pipeline
- Wizards
- Assignment Rules
- Templates
- User's Unavailability
- Portals
- Fiscal Year
- Business Hours
- Holidays
- Shift Hours
- REST APIs
- Modules
- Organization
- Users
- Records
- Related Records
- Records APIs using External ID
- Meeting Cancel
- Subforms
- Linking Modules
- Contact Roles
- Photos and Attachments
- Mass Update
- Mass Delete
- Currencies
- Files
- Share
- Fields' Attachments
- Change Owner
- Mass Change Owner
- Blueprint
- Emails
- Notes
- Related Records Using External ID
- Composite API
- Bulk APIs
- Notification APIs
- Query API
Get Sources Count
Purpose
To get the number of users, groups, roles, and territories available in a user group.
Request Details
Request URL
{api-domain}/crm/{version}/settings/user_groups/{groupid}/actions/sources_count
Header
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Scope
scope=ZohoCRM.settings.user_groups.READ
Sample Request
Copiedcurl "https://zylkercorp.zohoplatform.com/crm/v5/settings/user_groups/3652397000009952001/actions/sources_count"
-X GET
-H "Authorization: Zoho-oauthtoken 100xx.d92d4xxxxxxxxxxxxx15f52"
Response JSON Keys
- usersJSON Object
The number of active, inactive and deleted users in this group.
- rolesinteger
The number of roles present in this group.
- territoriesinteger
The number of territories present in this group.
- groupsinteger
The number of groups present in this user group.
Possible Errors
- INVALID_DATAHTTP 400
The group Id is incorrect in the URL.
Resolution: Specify a valid group ID. Use the Get User Groups API to get the ID of the user group.
Sample Response
Copied{
"sources_count": [
{
"territories": 2,
"roles": 2,
"groups": 0,
"users": {
"inactive": 0,
"deleted": 0,
"active": 2
}
}
]
}
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.