Users are the technicians that are a part of an organization in Zoho Assist.
Attribute
request_params object response_params object zuid long Zoho unique ID of the particular User. zsoid long Organization ID of the user. org_name string Organization name of the user. license_type string License type of the user. edition string License edition of the user. count long License count of the user. is_enabled boolean Whether support or access is enabled. features list Features enabled for user according to license and edition. |
Example
Copied{
"request_params": {},
"response_params": {
"zuid": 4231895,
"zsoid": 4528561,
"org_name": "Zoho Assist",
"license_type": "FREE|TRIAL|LICENSED",
"edition": "FREE|STANDARD|PROFESSIONAL",
"count": 5,
"is_enabled": true,
"features": [
{}
]
}
}