For the complete documentation index, see llms.txt. This page is also available as Markdown.

Change password

Atualizar senha do usuário

put
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
userIdstringObrigatório

ID do usuario

Corpo
old_passwordstringOpcional
new_passwordstringOpcional
Respostas
200

OK

Sem conteúdo

put/portal-user/{userId}/change-password
PUT /api/b2b/portal-user/{userId}/change-password HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 45

{
  "old_password": "text",
  "new_password": "text"
}

Sem conteúdo