# userIdFromEmail
State Resource
This is a State Resource as provided by the tymly-auth-auth0-plugin plugin.
# Purpose
Converts email to Auth0 user ID
# Usage
# Example
{
"UserIdFromEmail": {
"Type": "Task",
"InputPath": "$.email",
"Resource": "module:userIdFromEmail",
"ResultPath": "$.userId",
"End": true
}
}