Skip to content

Add Server Member XP

POST
/api/v1/servers/{id}/members/{memberId}/xp

Adds XP to a member in the server. May trigger a level up.

id
required
string format: int64

The ID of the server.

memberId
required
string format: int64

The ID of the member.

amount
string format: int64
default: 0

The amount of XP to give to the member.

The member’s stats, post-modification.

If the amount is invalid.

If you do not have access to this server.

If the member or server does not exist.

If the level up message could not be posted. In this case, the XP addition is still commmitted.