Create user groups
POST {{baseUrl}}/api/v1/groups
This API creates a user group in your help center.
OAuth Scope
Desk.contacts.CREATE
Desk.settings.CREATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
name (required) | <string> max chars : 100 | Name of the group |
description | <string> max chars : 3000 | A brief description of the group |
logoId | <long> | ID of the logo to associate with the group |
helpCenterId (required) | <long> | ID of the help center in which the group must be created |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"modifiedTime":"2017-09-19T04:58:50.000Z","creator":{"photoURL":"https://desk.zoho.com/portal/api/user/6000000015895/photo?orgId=143315","name":"SupportAdmin","id":"310975130121"},"modifier":{"photoURL":"https://desk.zoho.com/portal/api/user/6000000015895/photo?orgId=143315","name":"SupportAdmin","id":"310975130121"},"name":"Prime Customer","count":"0","description":"Prime customer will have special access to Knowledge base module and Community categories","createdTime":"2017-09-19T04:58:50.000Z","id":"310975134902","helpCenterId":"31097519102","logoUrl":"https://desk.zoho.com/portal/api/publicImages/310975130121?portalId=5c9470fcc808cc98932703e28221d6c302e105dc4da8b23fafb6719abeecaa48","status":"ACTIVE"}