Patch a Governance Group

PATCH {{baseUrl}}/workgroups/:id

This API updates an existing governance group by ID. The following fields and objects are patchable: * name * description * owner

A token with API or ORG_ADMIN authority is required to call this API.

Request Body

{"0"=>{"op"=>"replace", "path"=>"/description", "value"=>"Governance Group new description."}}

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