Profile
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.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw
Responses
200
OK
4XX
Error
post
POST /api/users/profile HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Reset user profile.
Authorizations
Path parameters
idall ofRequired
The unique ID of user.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw
Responses
200
OK
4XX
Error
post
POST /api/users/{id}/profile HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content