Interface GroupsEditManagerParams

interface GroupsEditManagerParams {
    contact_email?: string;
    contact_phone?: string;
    contact_position?: string;
    group_id: number;
    is_call_operator?: number | boolean;
    is_contact?: number | boolean;
    role?: GroupsGroupRole;
    user_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

contact_email?: string

Contact e-mail.

contact_phone?: string

Contact phone.

contact_position?: string

Position to show in Contacts block.

group_id: number

Community ID.

is_call_operator?: number | boolean

'1' — allow the manager to accept community calls.

is_contact?: number | boolean

'1' - to show the manager in Contacts block of the community.

user_id: number

User ID.

Generated using TypeDoc