Skip to main content
Version: Next

Get group

GET 

/groups/:groupKey

Get a group by its key.

Request

Path Parameters

    groupKey int64required

    The group key.

Responses

The group is successfully returned.

Schema
    name string

    The group name.

    groupKey string

    The group key.

    assignedMemberKeys string[]

    The set of keys of members assigned to the group.

Loading...