Skip to main content

Create a new Governance Group.

POST 

/workgroups

This API creates a new Governance Group.

Request

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.

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.

Loading...