Get membership of dynamic group to review

Retrieves all the membership for a dynamic group which needs to be reviewed, where the dynamic group's state is either in reviewpublish or active_reviewpublish. Memberships can be filtered based on the following review states:
ADDED: Retrieves all users added to the dynamic group.
REMOVED: Retrieves all users removed from the dynamic group.

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 ADDED

State of the user to be reviewed.

Allowed:
string
enum
Defaults to false

If details is set to true, it provides additional information about the user who is added or removed from the dynamic group.

Allowed:
string
enum
Defaults to true

If countMembers is set to true, the total number of review members in the dynamic group for the given state is calculated.

Allowed:
string
Defaults to 25

The maximum number of resources for a page. By default, up to 25 resources are returned per page if the limit query parameter is not specified. The maximum allowable value for the limit parameter is 500.

For example, if the limit parameter is set to 5, then, 5 resources are fetched for a page.

string
Defaults to 1

Page number used to get resources for specific page. Resources are returned for first page if no page query parameter is passed or less than 1 is passed.

For example, if the page parameter is set to 2, then, the resources are fetched for second page.

Responses

Language
URL
Response
Choose an example:
application/json