Get user details

GET {{baseUrl}}/api/v1/communityUsers/:id

This API fetches the details of an user from the community.

OAuth Scope

  • Desk.community.READ

Request Params

KeyDatatypeRequiredDescription
includestringAdditional information related to the user. Value allowed is stats.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"photoUrl":"https://desk.zoho.com/api/v1/agents/7000000015971/photo?orgId=123456","stats":{"postCount":"35","topicTypeWiseCount":{"ANNOUNCEMENT":"3","IDEA":"10","DISCUSSION":"0","PROBLEM":"2","QUESTION":"20"},"followersCount":"1","commentCount":"24"},"name":"user 1","isModerated":true,"id":"7000000015971","type":"AGENT","status":"ACTIVE"}