Create a new Governance Group.

POST {{baseUrl}}/workgroups

This API creates a new Governance Group.

Request Body

{"owner"=>{"type"=>"IDENTITY", "id"=>"2c9180a46faadee4016fb4e018c20639", "name"=>"Support"}, "name"=>"DB Access Governance Group", "description"=>"Description of the Governance Group", "created"=>"2022-01-06T19:51:13Z", "modified"=>"2022-01-06T19:51:13Z"}

HEADERS

KeyDatatypeRequiredDescription
X-SailPoint-Experimentalboolean(Required) Use this header to enable this experimental API.
Content-Typestring
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"}