Interface CustomFieldContextDefaultValueMultiUserPicker

The default value for a User Picker (multiple) custom field.

interface CustomFieldContextDefaultValueMultiUserPicker {
    accountIds: string[];
    contextId: string;
    type: string;
}

Properties

accountIds: string[]

The IDs of the default users.

contextId: string

The ID of the context.

type: string