Bulk delete user attributes with a CSV file
If you need to delete user attributes for multiple users, you can use a CSV upload to remove the user attribute(s) in bulk.
Create a new CSV file in the format below (pass a JSON object with no inner quotes to the userAttributes column).
Ensure to follow all CSV format requirements here
userId | userAttributes |
---|---|
sample_user | {email:null} |
sample_user2 | {email:null,age:null} |
Updated almost 2 years ago