Skip to main content

Get Governance Group by Id

GET 

/workgroups/:id

This API returns a Governance Groups by its ID.

Request

Path Parameters

    id stringrequired

    ID of the Governance Group

    Example: 2c9180837ca6693d017ca8d097500149

Responses

A Governance Group

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...