Interface POSTBulkAwardXPBody

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

Properties

Properties

amount: number

The amount of XP to award to each user

userIds: string[]

The IDs of the users to award XP to