# getAllAuth0UserById

State Resource

This is a State Resource as provided by the tymly-auth-auth0-plugin plugin.

# Purpose

Gets all user data from auth0 by provided user id

# Usage

# Example

{
  "GetAllAuth0UserById": {
    "Type": "Task",
    "Resource": "module:GetAllAuth0UserById",
    "ResultPath": "$",
    "End": true
  }
}
Last Updated: 9/10/2023, 11:30:14 AM