Create a new Governance Group.

POST {{baseUrl}}/workgroups

This API creates a new Governance Group.

Request Body

{"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}

HEADERS

KeyDatatypeRequiredDescription
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}