email_request_change
Creates, updates, deletes, gets or lists an email_request_change
resource.
Overview
Name | email_request_change |
Type | Resource |
Id | sumologic.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
requestChangeEmail | exec | id , region , email | 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. |
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.
Name | Datatype | Description |
---|---|---|
id | string | Identifier of the user to change email address. |
region | string | SumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2) |
Lifecycle Methods
- requestChangeEmail
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 }}"
}'
;