Pseudonymize user

šŸ”‘

Required OAuth scope: users:write.

Removes all personal information from a previously deleted user. The first name, last name, email, and username are replaced with random, irreversible alphanumeric strings. Custom field values are deleted permanently. The user ID remains unchanged, so this is not full GDPR anonymization. If 'deleteExternalIds' is set to true, the user's external identifiers are deleted.

Path Params
string
required
^[a-fA-F0-9]{24}$

The unique ID of the user.

Query Params
string
enum

If true, user's external identifiers (identifier mappings for third-party platforms) are deleted. If false (or not provided), they are kept.

Allowed:
Headers
string
enum
required

The version of the API.

Allowed:
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json