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
    groupKey int64

    The group key.

    name string

    The group name.

    assignedMemberKeys int64[]

    The set of keys of members assigned to the group.

Loading...