Zoho Lens - API Users
Users
Users are the technicians who are a part of an organization in Zoho Lens.
Required OAuth scope
This API can be accessed with the OAuth scope: ZohoLens.userapi.READ
| 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 Lens",
"license_type": "FREE|TRIAL|LICENSED",
"edition": "FREE|STANDARD|PROFESSIONAL",
"count": 5,
"is_enabled": true,
"features": [
{}
]
}
}