Skip to main content
POST
/
users
/
{user_id}
/
reset-password
Admin Reset User Password
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/users/{user_id}/reset-password \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string<uuid>
required

Response

Successful Response