Add Users to Group by ID

This operation adds users to a group by group ID.

Authorization and Permissions

  • An OpenAm or UKG Authentication token is required to add users to a group.
  • The user must have content creation permission, which can be granted by a Talk administrator.
Path Params
string
required

A valid group ID in string (mongo ObjectId) format.

Body Params

The Add Users to Group by ID request payload.

members
required

The members to add as users of a group.

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
204

All members were added successfully. No content returned.

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