List Governance Groups

GET {{baseUrl}}/workgroups

This API returns list of Governance Groups

Request Params

KeyDatatypeRequiredDescription
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
limitnumberNote that for this API the maximum value for limit is 50.
See V3 API Standard Collection Parameters for more information.
countbooleanIf true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.

Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.

See V3 API Standard Collection Parameters for more information. | | filters | string | | Filter results using the standard syntax described in V3 API Standard Collection Parameters

Filtering is supported for the following fields and operators:

id: eq, in, sw

name: eq, sw, in

memberships.identityId: eq, in | | sorters | string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters

Sorting is supported for the following fields: name, created, modified, id, description |

HEADERS

KeyDatatypeRequiredDescription
X-SailPoint-Experimentalboolean(Required) Use this header to enable this experimental API.
Acceptstring

RESPONSES

status: OK

[{"owner":{"type":"IDENTITY","id":"2c9180a46faadee4016fb4e018c20639","name":"Support","displayName":"Support","emailAddress":"support@sailpoint.com"},"id":"2c91808568c529c60168cca6f90c1313","name":"DB Access Governance Group","description":"Description of the Governance Group","memberCount":1641498673000,"connectionCount":1641498673000,"created":"2022-01-06T19:51:13Z","modified":"2022-01-06T19:51:13Z"},{"owner":{"type":"IDENTITY","id":"2c9180a46faadee4016fb4e018c20639","name":"Support","displayName":"Support","emailAddress":"support@sailpoint.com"},"id":"2c91808568c529c60168cca6f90c1313","name":"DB Access Governance Group","description":"Description of the Governance Group","memberCount":1641498673000,"connectionCount":1641498673000,"created":"2022-01-06T19:51:13Z","modified":"2022-01-06T19:51:13Z"}]