Skip to main content

AddSnowflakeReservationRequest

Related endpoints
FieldTypeDescription
emailEmailType
snowflakeSnowflakeType

AdminArchiveResponseSchema

Related endpoints
FieldTypeDescription
archive_idSnowflakeType
completed_at?string
download_url_expires_at?string
error_message?string
expires_at?string
failed_at?string
file_size?string
progress_percentnumber
progress_step?string
requested_atstring
requested_bySnowflakeType
started_at?string
subject_idSnowflakeType
subject_typeAdminArchiveResponseSchemaSubjectTypeType of subject being archived

AdminAuditLogResponseSchema

FieldTypeDescription
actionstring
admin_user_idSnowflakeType
audit_log_reason?string
created_atstring
log_idSnowflakeType
metadatamap<string, string>
target_idstringThe ID of the affected entity (user, channel, role, invite code, etc.)
target_typestring

AdminUserDmChannelSchema

FieldTypeDescription
channel_idSnowflakeType
channel_type?Int32Type
is_openboolean
last_message_id?SnowflakeType
recipient_idsSnowflakeType[]

AdminUsersMeResponse

Related endpoints
FieldTypeDescription
userUserAdminResponseSchema

AuditLogsListResponseSchema

Related endpoints
FieldTypeDescription
logsAdminAuditLogResponseSchema[]
totalnumber

BanCheckResponseSchema

Related endpoints
FieldTypeDescription
bannedboolean

BanEmailRequest

Related endpoints
FieldTypeDescription
emailEmailType

BanGuildMemberRequest

Related endpoints
FieldTypeDescription
ban_duration_seconds?integer (int53)Duration of the ban in seconds (0 for permanent, or a valid temporary duration)
delete_message_days?integer (int32)Number of days of messages to delete from the banned user (0-7)
guild_idSnowflakeType
reason??stringThe reason for the ban (max 512 characters)
user_idSnowflakeType

BanIpRequest

Related endpoints
FieldTypeDescription
ipstringIPv4/IPv6 address or CIDR range to ban

BanPhoneRequest

Related endpoints
FieldTypeDescription
phonePhoneNumberType

BulkAddGuildMembersRequest

Related endpoints
FieldTypeDescription
guild_idSnowflakeType
user_idsSnowflakeType[]List of user IDs to add as members

BulkOperationFailedResponse

FieldTypeDescription
errorstring
idSnowflakeType

BulkOperationResponse

Related endpoints
FieldTypeDescription
failedBulkOperationFailedResponse[]
successfulSnowflakeType[]

BulkScheduleUserDeletionRequest

Related endpoints
FieldTypeDescription
days_until_deletion?integer (int32)Number of days until the accounts are deleted
public_reason?stringPublic-facing reason for the deletion
reason_codeinteger (int32)Code indicating the reason for deletion
user_idsSnowflakeType[]List of user IDs to schedule deletion for

BulkUpdateGuildFeaturesRequest

Related endpoints
FieldTypeDescription
add_features?GuildFeatureSchema[]Guild features to add to all specified guilds
guild_idsSnowflakeType[]List of guild IDs to update
remove_features?GuildFeatureSchema[]Guild features to remove from all specified guilds

BulkUpdateUserFlagsRequest

Related endpoints
FieldTypeDescription
add_flags?UserFlags[]User flags to add to all specified users
remove_flags?UserFlags[]User flags to remove from all specified users
user_idsSnowflakeType[]List of user IDs to update

CancelBulkMessageDeletionRequest

Related endpoints
FieldTypeDescription
user_idSnowflakeType

ChangeDobRequest

Related endpoints
FieldTypeDescription
date_of_birthstringNew date of birth in YYYY-MM-DD format
user_idSnowflakeType

ChangeEmailRequest

Related endpoints
FieldTypeDescription
emailEmailType
user_idSnowflakeType

ChangeUsernameRequest

Related endpoints
FieldTypeDescription
discriminator?Int32Type
user_idSnowflakeType
usernameUsernameType

ClearGuildFieldsRequest

Related endpoints
FieldTypeDescription
fieldsClearGuildFieldsRequestFields[]List of guild image fields to clear
guild_idSnowflakeType

ClearUserFieldsRequest

Related endpoints
FieldTypeDescription
fieldsClearUserFieldsRequestFields[]List of profile fields to clear
user_idSnowflakeType

CodesResponse

Related endpoints
FieldTypeDescription
codesstring[]

CreateAdminApiKeyRequest

Related endpoints
FieldTypeDescription
aclsstring[]List of access control permissions for the key
expires_in_days?integer (int32)Number of days until the key expires
namestringDisplay name for the API key

CreateAdminApiKeyResponse

Related endpoints
FieldTypeDescription
aclsstring[]List of access control permissions for the key
created_atstringISO 8601 timestamp when the key was created
expires_at?stringISO 8601 timestamp when the key expires, or null if no expiration
keystringThe generated API key secret (only shown once)
key_idSnowflakeTypeUnique identifier for the API key
namestringDisplay name for the API key

CreateSystemDmJobRequest

Related endpoints
FieldTypeDescription
contentstringMessage content to send to users
excluded_guild_ids?SnowflakeType[]Guild IDs whose members should be excluded
registration_end??stringOnly target users registered before this date
registration_start??stringOnly target users registered after this date

CreateVoiceRegionRequest

Related endpoints
FieldTypeDescription
allowed_guild_ids?SnowflakeType[]Guild IDs explicitly allowed to use this region
allowed_user_ids?SnowflakeType[]User IDs explicitly allowed to use this region
emojistringEmoji representing the region
idSnowflakeTypeUnique identifier for the voice region
is_default?booleanWhether this is the default region
latitudenumberGeographic latitude coordinate
longitudenumberGeographic longitude coordinate
namestringDisplay name of the voice region
required_guild_features?string[]Guild features required to use this region
vip_only?booleanWhether this region is restricted to VIP users

CreateVoiceRegionResponse

Related endpoints
FieldTypeDescription
regionVoiceRegionAdminResponseCreated voice region

CreateVoiceServerRequest

Related endpoints
FieldTypeDescription
allowed_guild_ids?SnowflakeType[]Guild IDs explicitly allowed to use this server
allowed_user_ids?SnowflakeType[]User IDs explicitly allowed to use this server
api_keystringAPI key for authenticating with the voice server
api_secretstringAPI secret for authenticating with the voice server
endpointstring (uri)Client signal WebSocket endpoint URL for the voice server
is_active?booleanWhether the server is currently active
region_idSnowflakeTypeID of the region this server belongs to
required_guild_features?string[]Guild features required to use this server
server_idSnowflakeTypeUnique identifier for the voice server
vip_only?booleanWhether this server is restricted to VIP users

CreateVoiceServerResponse

Related endpoints
FieldTypeDescription
serverVoiceServerAdminResponseCreated voice server

DeleteAllUserMessagesRequest

Related endpoints
FieldTypeDescription
dry_run?boolean
user_idSnowflakeType

DeleteAllUserMessagesResponse

Related endpoints
FieldTypeDescription
channel_countInt32Type
dry_runboolean
job_id?SnowflakeType
message_countInt32Type
successenum<true>

DeleteApiKeyResponse

Related endpoints
FieldTypeDescription
successenum<true>

DeleteGuildRequest

Related endpoints
FieldTypeDescription
guild_idSnowflakeType

DeleteMessageRequest

Related endpoints
FieldTypeDescription
channel_idSnowflakeType
message_idSnowflakeType

DeleteMessageResponse

Related endpoints
FieldTypeDescription
successenum<true>

DeleteSnowflakeReservationRequest

Related endpoints
FieldTypeDescription
emailEmailType

DeleteVoiceRegionRequest

Related endpoints
FieldTypeDescription
idSnowflakeTypeID of the voice region to delete

DeleteVoiceResponse

Related endpoints
FieldTypeDescription
successbooleanWhether the deletion was successful

DeleteVoiceServerRequest

Related endpoints
FieldTypeDescription
region_idSnowflakeTypeID of the region the server belongs to
server_idSnowflakeTypeID of the voice server to delete

DeleteWebAuthnCredentialRequest

Related endpoints
FieldTypeDescription
credential_idSnowflakeTypeID of the WebAuthn credential to delete
user_idSnowflakeType

DisableForSuspiciousActivityRequest

Related endpoints
FieldTypeDescription
flagsSuspiciousActivityFlags
user_idSnowflakeType

DisableMfaRequest

Related endpoints
FieldTypeDescription
user_idSnowflakeType

DiscoveryAdminRejectRequest

Related endpoints
FieldTypeDescription
reasonstringRejection reason

DiscoveryAdminRemoveRequest

Related endpoints
FieldTypeDescription
reasonstringRemoval reason

DiscoveryAdminReviewRequest

Related endpoints
FieldTypeDescription
reason?stringReview reason

DiscoveryApplicationResponse

Related endpoints
FieldTypeDescription
applied_atstringApplication timestamp
category_typenumberDiscovery category type
descriptionstringDiscovery description
guild_idSnowflakeTypeGuild ID
review_reason??stringReview reason
reviewed_at??stringReview timestamp
statusstringApplication status

DownloadUrlResponseSchema

Related endpoints
FieldTypeDescription
downloadUrlstring
expiresAtstring

Error

Related endpoints
FieldTypeDescription
codeAPIErrorCode
errors?ValidationErrorItem[]Field-specific validation errors
messagestringHuman-readable error message

ExpandVisionarySlotsRequest

Related endpoints
FieldTypeDescription
countinteger (int32)Number of new slots to create

ForceAddUserToGuildRequest

Related endpoints
FieldTypeDescription
guild_idSnowflakeType
user_idSnowflakeType

GenerateGiftCodesRequest

Related endpoints
FieldTypeDescription
countinteger (int32)Number of gift codes to generate
product_typeenum<gift_1_month, gift_1_year>Type of gift subscription

GetArchiveResponseSchema

Related endpoints
FieldTypeDescription
archive?AdminArchiveResponseSchema

GetIndexRefreshStatusRequest

Related endpoints
FieldTypeDescription
job_idSnowflakeTypeID of the index refresh job to check

GetProcessMemoryStatsRequest

Related endpoints
FieldTypeDescription
limit?integer (int32)

GetVoiceRegionRequest

Related endpoints
FieldTypeDescription
idSnowflakeTypeID of the voice region to retrieve
include_servers?booleanWhether to include voice servers in the response

GetVoiceRegionResponse

Related endpoints
FieldTypeDescription
region?VoiceRegionWithServersResponseVoice region details or null if not found

GetVoiceServerRequest

Related endpoints
FieldTypeDescription
region_idSnowflakeTypeID of the region the server belongs to
server_idSnowflakeTypeID of the voice server to retrieve

GetVoiceServerResponse

Related endpoints
FieldTypeDescription
server?VoiceServerAdminResponseVoice server details or null if not found

GuildMemoryStatsResponse

Related endpoints
FieldTypeDescription
guildsGuildMemoryStatsResponseGuildsItem[]

GuildUpdateResponse

Related endpoints
FieldTypeDescription
guildGuildUpdateResponseGuild

IndexRefreshStatusResponse

Related endpoints Type: MessageShredStatusNotFoundResponse | IndexRefreshStatusResponseOneOf1

InstanceConfigResponse

Related endpoints
FieldTypeDescription
manual_review_active_nowboolean
manual_review_enabledboolean
manual_review_schedule_enabledboolean
manual_review_schedule_end_hour_utcInt32Type
manual_review_schedule_start_hour_utcInt32Type
registration_alerts_webhook_url?string
self_hostedboolean
ssoSsoConfigResponse
system_alerts_webhook_url?string

InstanceConfigUpdateRequest

Related endpoints
FieldTypeDescription
manual_review_enabled?boolean
manual_review_schedule_enabled?boolean
manual_review_schedule_end_hour_utc?integer (int32)
manual_review_schedule_start_hour_utc?integer (int32)
registration_alerts_webhook_url??string (uri)
sso?InstanceConfigUpdateRequestSso
system_alerts_webhook_url??string (uri)

KickGuildMemberRequest

Related endpoints
FieldTypeDescription
guild_idSnowflakeType
user_idSnowflakeType

LegalHoldRequest

Related endpoints
FieldTypeDescription
expires_at?stringISO 8601 timestamp when the legal hold expires

LegalHoldResponse

Related endpoints
FieldTypeDescription
heldboolean

LimitConfigGetResponse

Related endpoints
FieldTypeDescription
bounds?map<string, LimitConfigGetResponseBoundsAdditionalProperties>
categoriesmap<string, string>
defaultsmap<string, JSON value>
limit_configLimitConfigGetResponseLimitConfig
limit_config_jsonstring
limit_keysstring[]
metadatamap<string, LimitConfigGetResponseMetadataAdditionalProperties>
self_hostedboolean

LimitConfigUpdateRequest

Related endpoints
FieldTypeDescription
limit_configLimitConfigUpdateRequestLimitConfigNew limit configuration snapshot

LimitFilterResponse

FieldTypeDescription
guildFeatures?string[]Guild feature filters for this limit rule
traits?string[]Trait filters for this limit rule

LimitRuleResponse

FieldTypeDescription
filters?LimitFilterResponse
idSnowflakeTypeUnique identifier for this limit rule
overridesmap<string, number>Map of limit keys to their override values (differences from defaults)

ListAdminApiKeyResponse

Related endpoints
FieldTypeDescription
aclsstring[]List of access control permissions for the key
created_atstringISO 8601 timestamp when the key was created
created_by_user_idSnowflakeTypeUser ID of the admin who created this key
expires_at?stringISO 8601 timestamp when the key expires, or null if no expiration
key_idSnowflakeTypeUnique identifier for the API key
last_used_at?stringISO 8601 timestamp when the key was last used, or null if never used
namestringDisplay name for the API key

ListArchivesRequest

Related endpoints
FieldTypeDescription
include_expired?booleanWhether to include expired archives
limit?numberMaximum number of archives to return
requested_by?SnowflakeType
subject_id?SnowflakeType
subject_type?ListArchivesRequestSubjectTypeType of archives to list

ListArchivesResponseSchema

Related endpoints
FieldTypeDescription
archivesAdminArchiveResponseSchema[]

ListAuditLogsRequest

Related endpoints
FieldTypeDescription
admin_user_id?SnowflakeType
limit?integer (int32)Maximum number of entries to return
offset?integer (int64)Number of entries to skip
target_id?stringFilter by target entity ID (user, channel, role, invite code, etc.)
target_type?stringFilter by target entity type

ListBansRequest

Related endpoints
FieldTypeDescription
limit?integer (int32)Maximum number of bans to return

ListEmailBansResponseSchema

Related endpoints
FieldTypeDescription
bansEmailType[]

ListGuildEmojisResponse

Related endpoints
FieldTypeDescription
emojisGuildAssetItemSchema[]
guild_idSnowflakeType

ListGuildMembersRequest

Related endpoints
FieldTypeDescription
guild_idSnowflakeType
limit?integer (int32)
offset?integer (int64)

ListGuildMembersResponse

Related endpoints
FieldTypeDescription
limitInt32Type
membersGuildMemberResponse[]
offsetInt32Type
totalInt32Type

ListGuildStickersResponse

Related endpoints
FieldTypeDescription
guild_idSnowflakeType
stickersGuildAssetItemSchema[]

ListIpBansResponseSchema

Related endpoints
FieldTypeDescription
bansIpBanListEntrySchema[]

ListPhoneBansResponseSchema

Related endpoints
FieldTypeDescription
bansPhoneNumberType[]

ListReportsRequest

Related endpoints
FieldTypeDescription
limit?integer (int32)Maximum number of reports to return
offset?integer (int64)Number of reports to skip
status?ReportStatus

ListReportsResponse

Related endpoints
FieldTypeDescription
reportsReportAdminResponseSchema[]

ListSnowflakeReservationsResponse

Related endpoints
FieldTypeDescription
reservationsSnowflakeReservationEntry[]List of snowflake reservations

ListSystemDmJobsResponse

Related endpoints
FieldTypeDescription
jobsSystemDmJobResponse[]List of system DM jobs
next_cursor??stringPagination cursor for the next page

ListUserChangeLogRequest

Related endpoints
FieldTypeDescription
limit?numberMaximum number of entries to return
page_token?stringPagination token for the next page of results
user_idSnowflakeType

ListUserChangeLogResponseSchema

Related endpoints
FieldTypeDescription
entriesUserContactChangeLogEntrySchema[]
next_page_token?string

ListUserDmChannelsRequest

Related endpoints
FieldTypeDescription
after?SnowflakeType
before?SnowflakeType
limit?integer (int32)Maximum number of DM channels to return
user_idSnowflakeType

ListUserDmChannelsResponse

Related endpoints
FieldTypeDescription
channelsAdminUserDmChannelSchema[]

ListUserGuildsRequest

Related endpoints
FieldTypeDescription
after?SnowflakeType
before?SnowflakeType
limit?integer (int32)
user_idSnowflakeType
with_counts?boolean

ListUserGuildsResponse

Related endpoints
FieldTypeDescription
guildsGuildAdminResponse[]

ListUserSessionsRequest

Related endpoints
FieldTypeDescription
user_idSnowflakeType

ListUserSessionsResponse

Related endpoints
FieldTypeDescription
sessionsUserSessionResponse[]

ListVisionarySlotsResponse

Related endpoints
FieldTypeDescription
reserved_countinteger (int32)Number of reserved slots
slotsVisionarySlotSchema[]List of all visionary slots
total_countinteger (int32)Total number of slots

ListVoiceRegionsRequest

Related endpoints
FieldTypeDescription
include_servers?booleanWhether to include voice servers in the response

ListVoiceRegionsResponse

Related endpoints
FieldTypeDescription
regionsVoiceRegionAdminResponse[]List of voice regions

ListVoiceServersRequest

Related endpoints
FieldTypeDescription
region_idSnowflakeTypeID of the region to list servers for

ListVoiceServersResponse

Related endpoints
FieldTypeDescription
serversVoiceServerAdminResponse[]List of voice servers

ListWebAuthnCredentialsRequest

Related endpoints
FieldTypeDescription
user_idSnowflakeType

LookupGuildRequest

Related endpoints
FieldTypeDescription
guild_idSnowflakeType

LookupGuildResponse

Related endpoints
FieldTypeDescription
guild?LookupGuildResponseGuild

LookupMessageByAttachmentRequest

Related endpoints
FieldTypeDescription
attachment_idSnowflakeType
channel_idSnowflakeType
context_limit?integer (int32)
filenamestring

LookupMessageRequest

Related endpoints
FieldTypeDescription
channel_idSnowflakeType
context_limit?integer (int32)
message_idSnowflakeType

LookupMessageResponse

Related endpoints
FieldTypeDescription
message_id?SnowflakeType
messagesLookupMessageResponseMessagesItem[]

LookupUserByIdsRequest

FieldTypeDescription
user_idsSnowflakeType[]

LookupUserByQueryRequest

FieldTypeDescription
querystring

LookupUserRequest

Related endpoints Type: LookupUserByQueryRequest | LookupUserByIdsRequest

LookupUserResponse

Related endpoints
FieldTypeDescription
usersUserAdminResponseSchema[]

MessageShredRequest

Related endpoints
FieldTypeDescription
entriesDeleteMessageRequest[]
user_idSnowflakeType

MessageShredResponse

Related endpoints
FieldTypeDescription
job_idSnowflakeType
requested?integer (int64)
successenum<true>

MessageShredStatusRequest

Related endpoints
FieldTypeDescription
job_idSnowflakeType

MessageShredStatusResponse

Related endpoints Type: MessageShredStatusNotFoundResponse | MessageShredStatusProgressResponse

NcmecSubmissionStatusResponse

Related endpoints
FieldTypeDescription
failure_reason?stringReason for submission failure if failed
ncmec_report_id?SnowflakeTypeNCMEC report ID if submitted
statusNcmecSubmissionStatusResponseStatusNCMEC submission status
submitted_at?stringISO 8601 timestamp when the report was submitted
submitted_by_admin_id?SnowflakeTypeID of the admin who submitted the report

NcmecSubmitResultResponse

Related endpoints
FieldTypeDescription
error?string
ncmec_report_id?SnowflakeType
successboolean

NodeStatsResponse

Related endpoints
FieldTypeDescription
callsInt32Type
guildsInt32Type
memoryNodeStatsResponseMemory
presencesInt32Type
process_countInt32Type
process_limitInt32Type
sessionsInt32Type
statusstring
uptime_secondsInt32Type

PurgeGuildAssetErrorSchema

FieldTypeDescription
errorstring
idSnowflakeType

PurgeGuildAssetResultSchema

FieldTypeDescription
asset_typePurgeGuildAssetResultSchemaAssetTypeType of guild asset
found_in_dbbooleanWhether the asset was found in the database
guild_id?SnowflakeTypeID of the guild the asset belongs to
idSnowflakeTypeUnique identifier of the asset

PurgeGuildAssetsRequest

Related endpoints
FieldTypeDescription
idsSnowflakeType[]List of asset IDs to purge

PurgeGuildAssetsResponseSchema

Related endpoints
FieldTypeDescription
errorsPurgeGuildAssetErrorSchema[]
processedPurgeGuildAssetResultSchema[]

RefreshSearchIndexRequest

Related endpoints
FieldTypeDescription
guild_id?SnowflakeType
index_typeRefreshSearchIndexRequestIndexTypeType of search index to refresh
user_id?SnowflakeType

RefreshSearchIndexResponse

Related endpoints
FieldTypeDescription
job_idSnowflakeType
successenum<true>

ReloadAllGuildsResponse

Related endpoints
FieldTypeDescription
countInt32Type

ReloadGuildRequest

Related endpoints
FieldTypeDescription
guild_idSnowflakeType

ReloadGuildsRequest

Related endpoints
FieldTypeDescription
guild_idsSnowflakeType[]List of guild IDs to reload

ReportAdminResponseSchema

Related endpoints
FieldTypeDescription
additional_info?string
category?string
message_context?ReportAdminResponseSchemaMessageContextItem[]
mutual_dm_channel_id??SnowflakeType
public_comment?string
report_idSnowflakeType
report_typeReportType
reported_atstring
reported_channel_id?SnowflakeType
reported_channel_name?string
reported_guild_id?SnowflakeType
reported_guild_invite_code?string
reported_guild_name?string
reported_message_id?SnowflakeType
reported_user_avatar_hash?string
reported_user_discriminator?string
reported_user_id?SnowflakeType
reported_user_tag?string
reported_user_username?string
reporter_country_of_residence?string
reporter_discriminator?string
reporter_email?string
reporter_full_legal_name?string
reporter_id?SnowflakeType
reporter_tag?string
reporter_username?string
resolved_at?string
resolved_by_admin_id?SnowflakeType
statusReportStatus

ResendVerificationEmailRequest

Related endpoints
FieldTypeDescription
user_idSnowflakeType

ReserveVisionarySlotRequest

Related endpoints
FieldTypeDescription
slot_indexinteger (int32)Slot index to reserve (must be >= 1)
user_id?Int64StringTypeUser ID to reserve the slot for, or null to unreserve (special value -1 is also valid)

ResolveReportRequest

Related endpoints
FieldTypeDescription
public_comment?stringPublic comment to include with the resolution
report_idSnowflakeType

ResolveReportResponse

Related endpoints
FieldTypeDescription
public_comment?string
report_idSnowflakeType
resolved_at?string
statusReportStatus

ScheduleAccountDeletionRequest

Related endpoints
FieldTypeDescription
days_until_deletion?integer (int32)Number of days until the account is deleted
public_reason?stringPublic-facing reason for the deletion
reason_codeinteger (int32)Code indicating the reason for deletion
user_idSnowflakeType

SearchAuditLogsRequest

Related endpoints
FieldTypeDescription
admin_user_id?SnowflakeType
limit?integer (int32)Maximum number of entries to return
offset?integer (int64)Number of entries to skip
query?stringSearch query string
sort_by?SearchAuditLogsRequestSortByField to sort audit logs by
sort_order?SearchAuditLogsRequestSortOrderSort order direction
target_id?stringFilter by target entity ID (user, channel, role, invite code, etc.)

SearchGuildsRequest

Related endpoints
FieldTypeDescription
limit?integer (int32)
offset?integer (int64)
query?string

SearchGuildsResponse

Related endpoints
FieldTypeDescription
guildsGuildAdminResponse[]
totalnumber

SearchReportsRequest

Related endpoints
FieldTypeDescription
category?stringFilter by report category
guild_context_id?SnowflakeType
limit?integer (int32)Maximum number of entries to return
offset?integer (int64)Number of entries to skip
query?stringSearch query string
report_type?ReportType
reported_channel_id?SnowflakeType
reported_guild_id?SnowflakeType
reported_user_id?SnowflakeType
reporter_id?SnowflakeType
resolved_by_admin_id?SnowflakeType
sort_by?SearchReportsRequestSortByField to sort reports by
sort_order?SearchAuditLogsRequestSortOrderSort order direction
status?ReportStatus

SearchReportsResponse

Related endpoints
FieldTypeDescription
limitnumber
offsetnumber
reportsReportAdminResponseSchema[]
totalnumber

SearchUsersRequest

Related endpoints
FieldTypeDescription
limit?integer (int32)
offset?integer (int64)
query?string

SearchUsersResponse

Related endpoints
FieldTypeDescription
totalnumber
usersUserAdminResponseSchema[]

SendPasswordResetRequest

Related endpoints
FieldTypeDescription
user_idSnowflakeType

SetUserAclsRequest

Related endpoints
FieldTypeDescription
aclsstring[]List of access control permissions to assign
user_idSnowflakeType

SetUserBotStatusRequest

Related endpoints
FieldTypeDescription
botbooleanWhether the user should be marked as a bot
user_idSnowflakeType

SetUserSystemStatusRequest

Related endpoints
FieldTypeDescription
systembooleanWhether the user should be marked as a system user
user_idSnowflakeType

SetUserTraitsRequest

Related endpoints
FieldTypeDescription
traitsstring[]List of traits to assign to the user
user_idSnowflakeType

ShrinkVisionarySlotsRequest

Related endpoints
FieldTypeDescription
target_countinteger (int32)Target total number of slots (removes from highest indices, minimum 0 slots)

ShutdownGuildRequest

Related endpoints
FieldTypeDescription
guild_idSnowflakeType

SnowflakeReservationEntry

FieldTypeDescription
emailSnowflakeTypeEmail address the snowflake is reserved for
snowflakeSnowflakeTypeReserved snowflake ID
updated_at?stringISO 8601 timestamp when the reservation was last updated

SuccessResponse

Related endpoints
FieldTypeDescription
successenum<true>Whether the operation succeeded

SuspiciousActivityFlags

Bitmask of suspicious activity flags that triggered the disable Type: Bitflags32
FlagValueDescription
REQUIRE_VERIFIED_EMAIL1Requires verified email address
REQUIRE_REVERIFIED_EMAIL2Requires re-verified email address
REQUIRE_VERIFIED_PHONE4Requires verified phone number
REQUIRE_REVERIFIED_PHONE8Requires re-verified phone number
REQUIRE_VERIFIED_EMAIL_OR_VERIFIED_PHONE16Requires verified email or verified phone
REQUIRE_REVERIFIED_EMAIL_OR_VERIFIED_PHONE32Requires re-verified email or re-verified phone
REQUIRE_VERIFIED_EMAIL_OR_REVERIFIED_PHONE64Requires verified email or re-verified phone
REQUIRE_REVERIFIED_EMAIL_OR_REVERIFIED_PHONE128Requires re-verified email or re-verified phone

SwapVisionarySlotsRequest

Related endpoints
FieldTypeDescription
slot_index_ainteger (int32)First slot index to swap (must be >= 1)
slot_index_binteger (int32)Second slot index to swap (must be >= 1)

SystemDmJobResponse

Related endpoints
FieldTypeDescription
approved_at??stringISO 8601 timestamp when the job was approved
contentstringMessage content being sent
created_atstringISO 8601 timestamp when the job was created
excluded_guild_idsSnowflakeType[]List of excluded guild IDs
failed_countinteger (int32)Number of messages that failed to send
job_idSnowflakeTypeUnique identifier for the job
last_error??stringLast error message if the job failed
registration_end??stringRegistration date filter end
registration_start??stringRegistration date filter start
sent_countinteger (int32)Number of messages successfully sent
statusSystemDmJobResponseStatusCurrent status of the system DM job
target_countinteger (int32)Total number of users targeted

TempBanUserRequest

Related endpoints
FieldTypeDescription
duration_hoursinteger (int32)Duration of the ban in hours. Use 0 for a permanent ban (until manually unbanned).
reason?stringReason for the temporary ban
user_idSnowflakeType

TerminateSessionsRequest

Related endpoints
FieldTypeDescription
user_idSnowflakeType

TerminateSessionsResponse

Related endpoints
FieldTypeDescription
terminated_countInt32Type

TransferGuildOwnershipRequest

Related endpoints
FieldTypeDescription
guild_idSnowflakeType
new_owner_idSnowflakeType

TriggerGuildArchiveRequest

Related endpoints
FieldTypeDescription
guild_idSnowflakeType

TriggerUserArchiveRequest

Related endpoints
FieldTypeDescription
user_idSnowflakeType

UnlinkPhoneRequest

Related endpoints
FieldTypeDescription
user_idSnowflakeType

UpdateGuildFeaturesRequest

Related endpoints
FieldTypeDescription
add_features?GuildFeatureSchema[]Guild features to add
guild_idSnowflakeType
remove_features?GuildFeatureSchema[]Guild features to remove

UpdateGuildNameRequest

Related endpoints
FieldTypeDescription
guild_idSnowflakeType
namestringNew name for the guild

UpdateGuildSettingsRequest

Related endpoints
FieldTypeDescription
default_message_notifications?DefaultMessageNotificationsDefault notification setting for new members
disabled_operations?GuildOperations
explicit_content_filter?GuildExplicitContentFilterExplicit content filter level
guild_idSnowflakeType
mfa_level?GuildMFALevelRequired MFA level for moderators
nsfw_level?NSFWLevelNSFW content level for the guild
verification_level?GuildVerificationLevelRequired verification level for guild members

UpdateGuildVanityRequest

Related endpoints
FieldTypeDescription
guild_idSnowflakeType
vanity_url_code?stringNew vanity URL code, or null to remove

UpdateSuspiciousActivityFlagsRequest

Related endpoints
FieldTypeDescription
flagsSuspiciousActivityFlags
user_idSnowflakeType

UpdateUserFlagsRequest

Related endpoints
FieldTypeDescription
add_flags?UserFlags[]User flags to add
remove_flags?UserFlags[]User flags to remove
user_idSnowflakeType

UpdateVoiceRegionRequest

Related endpoints
FieldTypeDescription
allowed_guild_ids?SnowflakeType[]Guild IDs explicitly allowed to use this region
allowed_user_ids?SnowflakeType[]User IDs explicitly allowed to use this region
emoji?stringEmoji representing the region
idSnowflakeTypeUnique identifier for the voice region
is_default?booleanWhether this is the default region
latitude?numberGeographic latitude coordinate
longitude?numberGeographic longitude coordinate
name?stringDisplay name of the voice region
required_guild_features?string[]Guild features required to use this region
vip_only?booleanWhether this region is restricted to VIP users

UpdateVoiceRegionResponse

Related endpoints
FieldTypeDescription
regionVoiceRegionAdminResponseUpdated voice region

UpdateVoiceServerRequest

Related endpoints
FieldTypeDescription
allowed_guild_ids?SnowflakeType[]Guild IDs explicitly allowed to use this server
allowed_user_ids?SnowflakeType[]User IDs explicitly allowed to use this server
api_key?stringAPI key for authenticating with the voice server
api_secret?stringAPI secret for authenticating with the voice server
endpoint?string (uri)Client signal WebSocket endpoint URL for the voice server
is_active?booleanWhether the server is currently active
region_idSnowflakeTypeID of the region this server belongs to
required_guild_features?string[]Guild features required to use this server
server_idSnowflakeTypeUnique identifier for the voice server
vip_only?booleanWhether this server is restricted to VIP users

UpdateVoiceServerResponse

Related endpoints
FieldTypeDescription
serverVoiceServerAdminResponseUpdated voice server

UserMutationResponse

Related endpoints
FieldTypeDescription
userUserAdminResponseSchema

VerifyUserEmailRequest

Related endpoints
FieldTypeDescription
user_idSnowflakeType

VisionarySlotOperationResponse

Related endpoints
FieldTypeDescription
successenum<true>

WebAuthnCredentialListResponse

Related endpoints Type: WebAuthnCredentialResponse[]

AdminArchiveResponseSchemaSubjectType

Type of subject being archived
ValueDescription
userUser data archive
guildGuild data archive

ListArchivesRequestSubjectType

Type of archives to list
ValueDescription
userList user archives
guildList guild archives
allList all archives

PurgeGuildAssetResultSchemaAssetType

Type of guild asset
ValueDescription
emojiCustom emoji asset
stickerCustom sticker asset
unknownUnknown asset type

SearchAuditLogsRequestSortBy

Field to sort audit logs by
ValueDescription
createdAtSort by creation timestamp
relevanceSort by search relevance score

SearchAuditLogsRequestSortOrder

Sort order direction
ValueDescription
ascAscending order (oldest first)
descDescending order (newest first)

SearchReportsRequestSortBy

Field to sort reports by
ValueDescription
createdAtSort by creation timestamp
reportedAtSort by report submission timestamp
resolvedAtSort by resolution timestamp

NcmecSubmissionStatusResponseStatus

NCMEC submission status
ValueDescription
not_submittedReport has not been submitted to NCMEC
submittedReport has been submitted to NCMEC
failedReport submission to NCMEC failed

RefreshSearchIndexRequestIndexType

Type of search index to refresh
ValueDescription
guildsGuild search index
usersUser search index
reportsReport search index
audit_logsAudit log search index
channel_messagesChannel message search index
guild_membersGuild member search index
favorite_memesFavourite meme search index
discoveryDiscovery guild search index

SystemDmJobResponseStatus

Current status of the system DM job
ValueDescription
pendingJob is pending approval
approvedJob has been approved and is queued
runningJob is currently running
completedJob completed successfully
failedJob failed

ClearGuildFieldsRequestFields

Guild image field that can be cleared
ValueDescription
iconGuild icon image
bannerGuild banner image
splashGuild invite splash image
embed_splashGuild embedded invite splash image

ClearUserFieldsRequestFields

User profile field that can be cleared
ValueDescription
avatarUser profile avatar image
bannerUser profile banner image
bioUser biography text
pronounsUser pronouns
global_nameUser display name

GuildMemoryStatsResponseGuildsItem

FieldTypeDescription
guild_icon?string
guild_id?SnowflakeType
guild_namestring
member_countInt32Type
memoryInt64StringType
presence_countInt32Type
session_countInt32Type

GuildUpdateResponseGuild

FieldTypeDescription
banner?string
featuresstring[]
icon?string
idSnowflakeType
member_countInt32Type
namestring
owner_idSnowflakeType

IndexRefreshStatusResponseOneOf1

FieldTypeDescription
completed_at?stringISO 8601 timestamp when the job completed
error?stringError message if the job failed
failed_at?stringISO 8601 timestamp when the job failed
index_typestringType of index being refreshed
indexed?numberNumber of items indexed so far
started_at?stringISO 8601 timestamp when the job started
statusMessageShredStatusProgressResponseStatusCurrent status of the index refresh job
total?numberTotal number of items to index

InstanceConfigUpdateRequestSso

FieldTypeDescription
allowed_domains?string[]
authorization_url??string
auto_provision?boolean
client_id??SnowflakeType
client_secret??string
display_name??string
enabled?boolean
issuer??string
jwks_url??string
redirect_uri??string (uri)
scope??string
token_url??string
userinfo_url??string

LimitConfigGetResponseBoundsAdditionalProperties

FieldTypeDescription
maxnumber
minnumber

LimitConfigGetResponseLimitConfig

FieldTypeDescription
rulesLimitConfigGetResponseLimitConfigRulesItem[]
traitDefinitionsstring[]

LimitConfigGetResponseMetadataAdditionalProperties

FieldTypeDescription
categorystring
descriptionstring
isToggleboolean
keystring
labelstring
max?number
min?number
scopestring
unit?LimitConfigGetResponseMetadataAdditionalPropertiesUnit

LimitConfigUpdateRequestLimitConfig

New limit configuration snapshot
FieldTypeDescription
rulesLimitConfigUpdateRequestLimitConfigRulesItem[]Limit rules
traitDefinitions?string[]Trait definitions used by rules

LookupGuildResponseGuild

FieldTypeDescription
afk_channel_id?SnowflakeType
afk_timeoutInt32Type
banner?string
channelsLookupGuildResponseGuildChannelsItem[]
default_message_notificationsDefaultMessageNotifications
disabled_operationsInt32Type
embed_splash?string
explicit_content_filterGuildExplicitContentFilter
featuresstring[]
icon?string
idSnowflakeType
member_countInt32Type
mfa_levelGuildMFALevel
namestring
nsfw_levelNSFWLevel
owner_idSnowflakeType
rolesLookupGuildResponseGuildRolesItem[]
rules_channel_id?SnowflakeType
splash?string
system_channel_flagsSystemChannelFlags
system_channel_id?SnowflakeType
vanity_url_code?string
verification_levelGuildVerificationLevel

LookupMessageResponseMessagesItem

FieldTypeDescription
attachmentsLookupMessageResponseMessagesItemAttachmentsItem[]
author_discriminatorstring
author_idSnowflakeType
author_usernamestring
channel_idSnowflakeType
contentstring
idSnowflakeType
timestampstring

NodeStatsResponseMemory

FieldTypeDescription
processesInt64StringType
systemInt64StringType
totalInt64StringType

ReportAdminResponseSchemaMessageContextItem

FieldTypeDescription
attachmentsLookupMessageResponseMessagesItemAttachmentsItem[]
author_discriminatorstring
author_idSnowflakeType
author_usernamestring
channel_idSnowflakeType
contentstring
guild_id?SnowflakeType
idSnowflakeType
timestampstring