Auth Set password with invitation token (maintainers)
POST
/iam/api/v1/auth/set-password

Request Body

Set password input

Required

emailstringrequired

passwordstringrequired

tokenstringrequired

Example:

{
  "email": "string",
  "password": "string",
  "token": "string"
}

Responses

200
OK

Example:

{
  "key": "value"
}
400
Bad Request

Example:

{
  "key": "value"
}
401
Unauthorized

Example:

{
  "key": "value"
}