Guild Member

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

Get a guild member

Gets preferences and settings of a guild member. This does not return all data you would get from discords api

GET/consumer/v1/guilds/guildId/members/memberId
ParametersDescription
guildIdThe id of a discord guild
memberIdThe ID of the guild member

Request body

empty

Response

Status: 200 - Guild member data

FieldTypeDescription
active_project_idstringThe ID of the active project for discord commands

Update settings for a guild member

Updates settings and preferences for a guild member

PUT/consumer/v1/guilds/guildId/members/memberId
ParametersDescription
guildIdThe id of a discord guild
memberIdThe ID of the guild member

Request body

empty

Response

Status: 204 - Settings updated

empty response