Use this API to retrieve groups for a department user. The groups within home as well as shared department are retrieved.
Actor | Permission |
---|---|
User | All of the following are required:
|
Client Application | No additional permission is required. |
OK
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Not Acceptable
Internal server error
{- "group": [
- {
- "name": "All Users In Service",
- "department": {
- "name": "Service",
- "id": "999"
}, - "explicit": false,
- "id": "998"
}, - {
- "name": "Knowledge Agent",
- "department": {
- "name": "Service",
- "id": "999"
}, - "explicit": true,
- "id": "1003"
}, - {
- "name": "Mail",
- "department": {
- "name": "Service",
- "id": "999"
}, - "explicit": true,
- "id": "1006"
}, - {
- "name": "North America",
- "department": {
- "name": "Service",
- "id": "999"
}, - "explicit": true,
- "id": "1103"
}, - {
- "name": "EMEA",
- "department": {
- "name": "Service",
- "id": "999"
}, - "explicit": true,
- "id": "1104"
}
], - "paginationInfo": {
- "count": 5,
- "pagenum": 1,
- "pagesize": 25
}
}