# Add a user identity **POST /api/my-account/identities** Add an identity (social identity) to the user, a logto-verification-id in header is required for checking sensitive permissions, and a verification record for the social identity is required. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ## Body parameters Content-type: application/json - **newIdentifierVerificationRecordId** (string) The identifier verification record ID for the new social identity ownership verification. ## Responses ### 204: The identity was added successfully. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden [Powered by Bump.sh](https://bump.sh)