OpsGenie REST API v0.1.1 OpsGenieRESTAPI.Model.UpdateUserPayload
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %OpsGenieRESTAPI.Model.UpdateUserPayload{
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()
}