Creates and configures a client-side encryption identity that's authorized to send mail from the user account. Google publishes the S/MIME certificate to a shared domain-wide directory so that people within a Google Workspace organization can encrypt and send mail to the identity.
HTTP request
POST https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/cse/identities
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-04 UTC."],[[["Creates and configures a client-side encryption identity for sending encrypted mail from a user account within a Google Workspace organization."],["Uses an HTTP POST request to the Gmail API with the user ID as a path parameter and the CSE identity details in the request body."],["Requires specific authorization scopes for access to Gmail settings and sharing."],["On success, the response provides the newly created client-side encryption identity details."],["Google publishes the S/MIME certificate to a shared directory, enabling encrypted communication within the organization."]]],[]]