Actions
List Groups
Get a list of groups that belong to the connected tenant with optional filtering.
At least one of the following entitlements is required for using this action:
readUserGroups
(Read users and groups)manageUserGroups
(Manage users and groups)manageAllUserGroups
(Synchronize users and groups)manageUserStandardGroups
(Manage users and standard groups)readGroups
(Read all groups but not their members)readStandardGroups
(Read standard groups but not their members)readGroupMembers
(Read all groups and their members)readStandardGroupMembers
(Read standard groups and their members)manageGroups
(Manage all groups but not their members)manageStandardGroups
(Manage standard groups but not their members)manageGroupMembers
(Manage all group and their members)manageStandardGroupMembers
(Manage standard groups and their members)
External Documentation
To learn more, visit the IBM Security Verify documentation.
Parameters
Parameter | Description |
---|---|
Attributes | A comma-separated list of attributes to include in the response. If not specified, all available attributes are returned by default. |
Count | The maximum number of results to return per page. Set to 0 to get only the total count without the results. |
Filter | The query to filter results by, must be in the format of {parameter} {operator} {value} .For example: * userName eq "john" * name.familyName eq "Marley" For all the supported search operators, refer to IBM API documentation. |
Full Text | A text to search for across all records. |
Return All Pages | Automatically fetch all resources, page by page. |
Sort By | An attribute name to sort the results by. |
Sort Order | The sort direction for the results. Must be used in conjunction with Sort By parameter. |
Start Index | The starting index for pagination. |
Example Output
Workflow Library Example
List Groups with Ibm Security Verify and Send Results Via Email
Preview this Workflow on desktop