Was this helpful?
Reset the active user profile with the specified ID, or reset all active user profiles when id is not specified.
id
/users/profile
The unique ID of user.
The unique ID of the resource.
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/users/profile' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No body
Reset user profile.
/users/{id}/profile
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/users/{id}/profile' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'