How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Discord Members API

Operations on guild members

Discord Members API is one of 29 APIs that Discord publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Members. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 13 operations across 7 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 10.

Requests are made against a single base URL, https://discord.com/api/v10.

13 operations 7 paths 4 schemas 2 DELETE6 GET1 PATCH2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
10
Base URL
https://discord.com/api/v10
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Discord Members API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BotToken). By default, every request must be authenticated.

  • BotToken — Bot token authentication

Paths & Operations 13

Across 7 paths, the API surfaces 13 operations — 2 DELETE, 6 GET, 1 PATCH, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Members 13

Operations on guild members

GET
/guilds/{guild_id}/members
Discord List guild members
listGuildMembers 3 params → 2004XX
GET
/guilds/{guild_id}/members/{user_id}
Discord Get guild member
getGuildMember 2 params → 2004XX
PUT
/guilds/{guild_id}/members/{user_id}
Discord Add guild member
addGuildMember 2 params body → 2012044XX
PATCH
/guilds/{guild_id}/members/{user_id}
Discord Modify guild member
modifyGuildMember 2 params body → 2004XX
DELETE
/guilds/{guild_id}/members/{user_id}
Discord Remove guild member
removeGuildMember 2 params → 2044XX
GET
/guilds/{guild_id}/members/search
Discord Search guild members
searchGuildMembers 3 params → 2004XX
GET
/guilds/{guild_id}/bans
Discord List guild bans
getGuildBans 4 params → 2004XX
GET
/guilds/{guild_id}/bans/{user_id}
Discord Get guild ban
getGuildBan 2 params → 2004XX
PUT
/guilds/{guild_id}/bans/{user_id}
Discord Create guild ban
createGuildBan 2 params body → 2044XX
DELETE
/guilds/{guild_id}/bans/{user_id}
Discord Remove guild ban
removeGuildBan 2 params → 2044XX
GET
/guilds/{guild_id}/prune
Discord Get guild prune count
getGuildPruneCount 3 params → 2004XX
POST
/guilds/{guild_id}/prune
Discord Begin guild prune
beginGuildPrune 1 param body → 2004XX
POST
/guilds/{guild_id}/bulk-ban
Discord Bulk guild ban
bulkGuildBan 1 param body → 2004XX

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are User (17 properties), GuildMember (11 properties), Ban (2 properties). Each schema is shown below with its type and property counts.

Ban
object
2 properties
User
object
17 properties 2 required
Snowflake
string
Discord unique ID represented as a string
GuildMember
object
11 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

discord-members-api-openapi.yml Raw ↑

Other APIs Discord publishes across the network.

Discord Gateway API
Discord Interactions API
Discord OAuth2 API
Discord Webhook Events API
Discord Embedded App SDK
Discord Voice API
Discord Social SDK
Discord Application Commands API
Discord Applications API
Discord Audit Log API
Discord Auto Moderation API
Discord Channels API
Where this information came from

This is an independent, third-party profile of Discord Members API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.