POST
/
api
/
v1
/
admin
/
reset-user-password
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/admin/reset-user-password \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: */*' \
  --data '{
  "user_id": "<string>",
  "new_password": "<string>"
}'
{
  "message": "<string>"
}

Headers

Authorization
string
required

Body

*/*

Response

200 - */*

Default Response

The response is of type object.