Interface GroupsMemberRole

interface GroupsMemberRole {
    id: number;
    is_call_operator: number | boolean;
    permissions: "ads"[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

id: number

User ID

is_call_operator: number | boolean

Allow the manager to accept community calls.

permissions: "ads"[]

Generated using TypeDoc