ZITADEL Docs
APIsCore ResourcesV2User

Update User (Human)

Deprecated: Use UpdateUser to update a user.

Update all information from a user.

PUT
/v2/users/human/{user_id}

Path Parameters

user_id*string

Request Body

application/json

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

Response Body

application/json

curl -X PUT "https://loading/v2/users/human/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "sequence": 0,
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string",
    "creationDate": "2023-01-15T01:30:15.01Z"
  },
  "emailCode": "string",
  "phoneCode": "string"
}

Was this page helpful?