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 /guilds/guildId/members/memberId
Parameters
guildId The id of a discord guild
memberId The ID of the guild member
Responses
200 Response (Guild member data):
Response Field | Type | Description |
---|---|---|
active_project_id | string | The ID of the active project for discord commands |
Update settings for a guild member
Updates settings and preferences for a guild member
PUT /guilds/guildId/members/memberId
Parameters
guildId The id of a discord guild
memberId The ID of the guild member
Request body
Request Field | Type | Description |
---|---|---|
active_project_id (optional) | string | The ID of the active project for discord commands |
language (optional) | string | The language code for the user |
event_reminders (optional) | boolean | Whether the user wants to receive event reminders |
direct_messages (optional) | boolean | Whether the user wants to receive direct messages |
timezone (optional) | string | The timezone for the user |
Responses 204 Response (Settings updated): Empty response.