Skip to main content

email_request_change

Creates, updates, deletes, gets or lists an email_request_change resource.

Overview

Nameemail_request_change
TypeResource
Idsumologic.users.email_request_change

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
requestChangeEmailexecid, region, emailAn email with an activation link is sent to the user’s new email address. The user must click the link in the email within seven days to complete the email address change, or the link will expire.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
idstringIdentifier of the user to change email address.
regionstringSumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2)

Lifecycle Methods

An email with an activation link is sent to the user’s new email address. The user must click the link in the email within seven days to complete the email address change, or the link will expire.

EXEC sumologic.users.email_request_change.requestChangeEmail 
@id='{{ id }}' --required,
@region='{{ region }}' --required
@@json=
'{
"email": "{{ email }}"
}'
;