Interface Users

Represents a list of users.

interface Users {
    @type: "users";
    total_count: number;
    user_ids: number[];
}

Properties

@type: "users"
total_count: number

Approximate total number of users found.

user_ids: number[]

A list of user identifiers.