# 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
}
}