Permissions

Bnder API documentation for Permissions. Read the API Overview to get started and learn more.

Grant a permission to a user or role

Grants the specified permission to a user or role, determined by the body content

PUT/consumer/v1/guilds/guildId/permissions/grant
ParametersDescription
guildIdThe id of a discord guild

Request body

empty

Response

Status: 204 - Permission granted

empty response

Revoke a permission from a user or role

Revokes the specified permission from a user or role, determined by the body content

PUT/consumer/v1/guilds/guildId/permissions/revoke
ParametersDescription
guildIdThe id of a discord guild

Request body

empty

Response

Status: 204 - Permission granted

empty response

Apply a permission preset to a user or role

Applies a permission preset to a user or role, determined by the body content

PUT/consumer/v1/guilds/guildId/permissions/preset
ParametersDescription
guildIdThe id of a discord guild

Request body

empty

Response

Status: 204 - Preset applied

empty response

Get permissions of a role

Get all bnder permission for the specified role

GET/consumer/v1/guilds/guildId/permissions/roles/roleId
ParametersDescription
guildIdThe id of a discord guild
roleIdThe ID of the role

Request body

empty

Response

Status: 200 - Permissions retrieved

FieldTypeDescription
globalPermissionsobjectGlobal permissions are permissions that apply to all projects. They are not project-specific.
projectPermissionsobjectProject permissions are permissions that apply to specific projects. They are project-specific.
discordPermissionsstringDiscord permissions are permissions for discord.

Get permissions of a user

Get all bnder permission for the specified user

GET/consumer/v1/guilds/guildId/permissions/users/userId
ParametersDescription
guildIdThe id of a discord guild
userIdThe ID of the user

Request body

empty

Response

Status: 200 - Permissions retrieved

FieldTypeDescription
globalPermissionsobjectGlobal permissions are permissions that apply to all projects. They are not project-specific.
projectPermissionsobjectProject permissions are permissions that apply to specific projects. They are project-specific.
discordPermissionsstringDiscord permissions are permissions for discord.