Zoho Get User Email
Retrieves a Zoho Desk agent's email address and profile details by user ID. Use it when you need the agent's email from their Zoho user ID.
What it does
- Fetches the user record from Zoho Desk.
- Returns the user's primary email and full user details.
Notes
- Requires a Zoho Desk OAuth access token and organisation ID.
Inputs
| Name | Type | Description |
|---|---|---|
| User ID | String | Zoho user ID |
| Organisation ID | String | Organisation ID |
| Access Token | String (sensitive) | Zoho access token |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the ticket was successfully retrieved |
| User Details | Object | User details |
| User Email | String | User email |