Use this API to retrieve user groups in a department. Only user groups that the logged in user can view are returned.
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 Support",
- "description": "Default Group",
- "department": {
- "name": "Support",
- "id": "1002"
}, - "lastModified": "2017-08-07T15:44:52.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Jhon",
- "lastName": "Anthony",
- "id": "1043"
}
}, - "id": "1222"
}, - {
- "name": "Suggestion Reviewers",
- "description": "System-defined user group for authors who review suggestions.",
- "department": {
- "name": "Support",
- "id": "1002"
}, - "lastModified": "2017-08-06T15:44:22.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Jhon",
- "lastName": "Anthony",
- "id": "1043"
}
}, - "id": "1223"
}, - {
- "name": "NorthAmerica",
- "description": "North America user group",
- "department": {
- "name": "Support",
- "id": "1002"
}, - "lastModified": "2017-08-09T12:22:29.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Jhon",
- "lastName": "Anthony",
- "id": "1043"
}
}, - "id": "1225"
}, - {
- "name": "EMEA",
- "description": "EMEA user group",
- "department": {
- "name": "Support",
- "id": "1002"
}, - "lastModified": "2020-08-09T12:10:29.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Jhon",
- "lastName": "Anthony",
- "id": "1043"
}
}, - "id": "1226"
}, - {
- "name": "Africa",
- "description": "Africa user group",
- "department": {
- "name": "Support",
- "id": "1002"
}, - "lastModified": "2021-07-07T12:10:29.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Jhon",
- "lastName": "Anthony",
- "id": "1043"
}
}, - "id": "1227"
}, - {
- "name": "Asia",
- "description": "Asia user group",
- "department": {
- "name": "Support",
- "id": "1002"
}, - "lastModified": "2021-07-08T10:11:28.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Jhon",
- "lastName": "Anthony",
- "id": "1043"
}
}, - "id": "1228"
}
], - "paginationInfo": {
- "count": 6,
- "pagenum": 1,
- "pagesize": 25
}
}