Was this helpful?
Reset the active user profile with the specified ID, or reset all active user profiles when id is not specified.
id
The unique ID of user.
The unique ID of the resource.
POST /api/users/profile HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
No Content
Reset user profile.
POST /api/users/{id}/profile HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*