Interface PlaceUserGroupResponse

Response for the users groups endpoint

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

Properties

Properties

email?: string

Email address of the user

groups: string[]

Groups associated with the user

id?: string

ID of the user