Retrieve Group Users by ID

This operation returns all users of the specified group by group ID.

Authorization and Permissions

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

A valid group ID in string format.

Query Params
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.

number

The index of a paginated response, which specifies the page number of the response. If not specified, a default of 0 is used.

boolean

To filter the records that user is group admin or not

string

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

Headers
string

A UUID value to track the request, used for debugging and tracing.

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