Interface PlaceUserGroupResponse

Response for the users groups endpoint

interface PlaceUserGroupResponse {
    groups: string[];
    id?: string;
}

Properties

Properties

groups: string[]

Groups associated with the user

id?: string

ID of the user