ZITADEL Docs
APIsCore ResourcesV2User

UpdateHumanUser

Update Human User

Deprecated: Use UpdateUser to update a user of type human instead.

Update all information from a user.

PUT
/v2/users/human/{user_id}

Path Parameters

user_id*string

Request Body

application/json

username?string
profile?
email?||
phone?||
password?
[key: string]?never

Response Body

application/json

application/json

curl -X PUT "https://loading/v2/users/human/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "sequence": 0,
    "changeDate": "1s",
    "resourceOwner": "string",
    "creationDate": "1s"
  },
  "emailCode": "string",
  "phoneCode": "string"
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?