Primary email details
Unique identifier for the email address. Read-only.
The email address. Required when adding a new email.
Indicates if the email address has been verified. Read-only.
Indicates if this is the primary email address for the user. Read-only.
Primary email details
**URL Format:** The notifications contain a signed URL pointing to the `/users/email-set-primary/{signed_email}/{user_id_key}/` endpoint.
CSRF token for write operations (POST, PUT, PATCH, DELETE). Required for security when using session authentication. Obtain token from cookie 'csrftoken' or meta tag in HTML.
abc123def456ghi789Session ID and CSRF token cookies.
Format: sessionid=<id>; osessionid=<id>; csrftoken=<token>
sessionid=abc123def456; osessionid=abc123def456; csrftoken=xyz789User ID.
The new email address. Must be different from the current email and not already in use.
The user's current password. Required for verification.
Email change requested
No content
Validation error (e.g., email exists, invalid password)
No content
Primary email details
Unique identifier for the email address. Read-only.
The email address. Required when adding a new email.
Indicates if the email address has been verified. Read-only.
Indicates if this is the primary email address for the user. Read-only.
Primary email details
**URL Format:** The notifications contain a signed URL pointing to the `/users/email-verify/{signed_email}/{user_id_key}` endpoint.
CSRF token for write operations (POST, PUT, PATCH, DELETE). Required for security when using session authentication. Obtain token from cookie 'csrftoken' or meta tag in HTML.
abc123def456ghi789Session ID and CSRF token cookies.
Format: sessionid=<id>; osessionid=<id>; csrftoken=<token>
sessionid=abc123def456; osessionid=abc123def456; csrftoken=xyz789Unique identifier for the email address. Read-only.
The email address. Required when adding a new email.
Indicates if the email address has been verified. Read-only.
Indicates if this is the primary email address for the user. Read-only.
Email added successfully
No content
Validation error
No content
Last updated
Was this helpful?

