Skip to main content

Create a new Governance Group.

POST 

/workgroups

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

This API creates a new Governance Group.

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Body

required

    owner

    object

    Owner's identity.

    type string

    Possible values: [IDENTITY]

    Owner's DTO type.

    id string

    Owner's identity ID.

    name string

    Owner's name.

    name string

    Governance group name.

    description string

    Governance group description.

    created date-time
    modified date-time

Responses

Governance Group object created.

Schema

    owner

    object

    Owner's identity.

    type string

    Possible values: [IDENTITY]

    Owner's DTO type.

    id string

    Owner's identity ID.

    name string

    Owner's name.

    displayName string

    The display name of the identity

    emailAddress string

    The primary email address of the identity

    id string

    Governance group ID.

    name string

    Governance group name.

    description string

    Governance group description.

    memberCount int64

    Number of members in the governance group.

    connectionCount int64

    Number of connections in the governance group.

    created date-time
    modified date-time
Loading...