Skip to main content
Our request has changed! Please use https://api.unrealapi.com for the base url
POST /get-user-permissions Get every permission a user has.

Headers

NameValue
apikey28-Character API Key

Body

NameTypeDescription
userIdstringID of the user to get permissions for
discordBotTokenstringYour Discord bot token
channelIdstringChannel to check permissions for (optional; defaults to global permissions)
guildIdstringServer ID

Response

{
  "success": true,
  "permissions": ["VIEW_CHANNEL", "SEND_MESSAGES", "MANAGE_MESSAGES"]
}