Update a managed contact

Updates information for a managed contact.

This operation can only be accessed by the unrestricted users of an account.

Permissions and scopes

To call this operation, you need the following:

  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: account:read_write

CLI

linode-cli managed contact-update 567 \
  --name "John Doe" \
  --email "john.doe@example.org" \
  --phone.primary "123-456-7890"

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
integer
required

The ID of the contact to access.

Body Params

Information about someone Linode's special forces may contact in case an issue is detected with a manager service.

string

The address to email this Contact to alert them of issues.

string | null

Filterable A grouping for this Contact. This is for display purposes only.

string
length between 2 and 64
[a-zA-Z0-9-_ ]{2,64}

The name of this Contact.

phone
object

Information about how to reach this Contact by phone.

Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json