Skip to content

Get Server Current User

GET
/api/v1/servers/{id}/@me

Gets the state of the current user in the server. This includes the user’s stats and their permissions in the server.

id
required
string format: int64

The ID of the server.

The user’s stats.

If the user could not be found.