View Source Zitadel.Admin.V1.SetUpOrgRequest.Human.Profile (zitadel_api v2.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Admin.V1.SetUpOrgRequest.Human.Profile{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  display_name: String.t(),
  first_name: String.t(),
  gender: Zitadel.User.V1.Gender.t(),
  last_name: String.t(),
  nick_name: String.t(),
  preferred_language: String.t()
}

Link to this section Functions