Zitadel · Example Payload

Zitadel Management Create Human User Example

AuthenticationAuthorizationIdentity ManagementOpen SourceOAuth 2.0OIDC

Zitadel Management Create Human User Example is an example object payload from Zitadel, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

userNameprofileemailphoneinitialPassword

Example Payload

Raw ↑
{
  "userName": "bob@example.com",
  "profile": {
    "firstName": "Bob",
    "lastName": "Jones",
    "displayName": "Bob Jones",
    "preferredLanguage": "en",
    "gender": "GENDER_MALE"
  },
  "email": {
    "email": "bob@example.com",
    "isVerified": false
  },
  "phone": {
    "phone": "+15555550199",
    "isVerified": false
  },
  "initialPassword": "Sup3rSecret!"
}