Profile

Reset all user profiles

post

Reset the active user profile with the specified ID, or reset all active user profiles when id is not specified.

Authorizations
Query parameters
idall ofoptional

The unique ID of user.

The unique ID of the resource.

Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/users/profile' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'

No body

Reset user profile

post

Reset user profile.

Authorizations
Path parameters
idall ofrequired

The unique ID of user.

The unique ID of the resource.

Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/users/{id}/profile' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'

No body

Was this helpful?