View Source Zitadel.Management.V1.ImportHumanUserRequest (zitadel_api v1.0.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Management.V1.ImportHumanUserRequest{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  email: Zitadel.Management.V1.ImportHumanUserRequest.Email.t() | nil,
  password: String.t(),
  password_change_required: boolean(),
  phone: Zitadel.Management.V1.ImportHumanUserRequest.Phone.t() | nil,
  profile: Zitadel.Management.V1.ImportHumanUserRequest.Profile.t() | nil,
  request_passwordless_registration: boolean(),
  user_name: String.t()
}

Link to this section Functions