Interface PUTBulkSetXPBody

interface PUTBulkSetXPBody {
    amount: number;
    userIds: string[];
}

Properties

Properties

amount: number

The amount of XP to set to each user

userIds: string[]

The IDs of the users to set XP to