List moderated users
GET {{baseUrl}}/api/v1/communityModeratedUsers
This API lists a particular number of moderated end-users, based on the limit defined.
OAuth Scope
Desk.community.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | Index number, starting from which the users must be listed | |
limit | string | Number of users to list |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"moderatedBy":{"photoUrl":"https://desk.zoho.com/api/v1/agents/7000000015972/photo?orgId=123456","name":"user 2","id":"7000000015972","type":"AGENT","status":"ACTIVE"},"photoUrl":"https://desk.zoho.com/api/v1/agents/7000000015971/photo?orgId=123456","name":"user 1","moderatedOn":"2018-10-16T09:42:12.716Z","id":"7000000015971","type":"AGENT","status":"ACTIVE"},{"moderatedBy":{"photoUrl":"https://desk.zoho.com/api/v1/agents/7000000015974/photo?orgId=123456","name":"user 4","id":"7000000015974","type":"AGENT"},"photoUrl":"https://desk.zoho.com/api/v1/agents/7000000015972/photo?orgId=123456","name":"user 3","moderatedOn":"2018-10-16T09:42:12.716Z","id":"7000000015972","type":"AGENT"}]}