OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.CreateUserPayload

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.CreateUserPayload{
  details: %{optional(String.t()) => [String.t()]},
  fullName: String.t(),
  invitationDisabled: boolean(),
  locale: String.t(),
  role: UserRole,
  skypeUsername: String.t(),
  tags: [String.t()],
  timeZone: String.t(),
  userAddress: UserAddress,
  username: String.t()
}