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

Link to this section Summary

Link to this section Types

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

Link to this section Functions