Verification Status
GET/v1/identity/status/:user_id
Whether a member is verified in the calling guild.
Evaluated from the guild's live policy rather than read from a flag, so it stays correct when the guild tightens its rules: adding a required platform makes everyone who has not linked it read as unverified here, exactly as it does in Discord.
Rate limited per guild; the 429 response documents the allowance for each tier.
Request
Responses
- 200
- 401
- 403
- 429
Successful Response
Response Headers
Requests allowed per minute for this key's tier.
Requests left in the current window.
Unix timestamp when the window resets.
Missing or invalid API key.
The key lacks the required verification permission, or the guild has no active premium subscription.
Rate limit exceeded. Free keys allow 10 requests/minute, premium 120/minute.
Response Headers
Requests allowed per minute for this key's tier.
Requests left in the current window.
Unix timestamp when the window resets.
Seconds until the window resets.