Get details of the dynamic group associated with the provided group Id

The dynamic group details provide key information such as the dynamic group’s name, description, status, and the number of users. It also includes timestamps for evaluation, publishing, creation, and last modification. Details about the users who created or last modified the group can be retrieved if needed.
The dynamic group’s conditions are stored in conditionSet. If the details flag is set to true, additional user details will be populated.
In case of an error, an error message will be returned.

Entitlement required: tenantAdmin, manageDynamicGroups, readDynamicGroups
Note: You only need one entitlement, but you can have more than one.

Path Params
string
required

Id of the dynamic group

Query Params
string
enum
Defaults to false

If details is set to true, it provides additional information about the user who created or last modified the dynamic group.

Allowed:
string

Filter the result based on attributes. Supported attributes: id, name, description, status, conditionSet, updatedConditionSet.

For example: search=id,name,conditionSet (The response is filtered to include only id, name and conditionSet.)

Responses

Language
URL
Response
Choose an example:
application/json