Retrieve Groups

This operation returns all groups in a tenant or a filtered list of groups according to the specified query parameters.

Authorization and Permissions

  • An OpenAm or UKG Authentication token is required to make a post.
  • The user must have content creation permission, which is granted by a Talk administrator.
Query Params
string

The page-token is a string that represents the continuation token for a token-based pagination response and is used to retrieve a particular page of results. If not specified, the first page of results is returned.

string
enum

The type of a group. feed and chat groups are currently supported with values of Feed or Chat, respectively. If a value is not specified, both feed and chat groups are returned.

Allowed:
string
enum
Defaults to manual

The subtype of a group. Manually created and automated groups are currently supported with values of Manual or Automation, respectively. If a value is not specified, both manual and automation groups are returned.

Allowed:
string
enum

The type of group based on accessibility to be returned to the client. I.E public, private and closed.

Allowed:
number

The count of a paginated response, which specifies the number of posts to return per page. If not specified, a default of 100 posts is returned. The count cannot exceed 100.

string

The search string by which result should be filtered.

string

To filter the result by the owner, pass the ID of the user.

string

The sorting which needs to be applied to result. For now, it supports name, createdDateTime, updatedDateTime. You can specify the sort order next to key, if not passed it will be considered as asc default

string

The date time post which all the groups created should be listed considering other filters

string

The date time before which all the groups created should be listed considering other filters

string

The date time post which all the groups updated should be listed considering other filters

string

The date time before which all the groups updated should be listed considering other filters

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json
application/problem+json