# 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
  }
}
Last Updated: 9/8/2023, 1:26:23 PM