Skip to main content

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

Successful Response

Response Headers
    X-RateLimit-Limit

    Requests allowed per minute for this key's tier.

    X-RateLimit-Remaining

    Requests left in the current window.

    X-RateLimit-Reset

    Unix timestamp when the window resets.