good morning! sorry for the inconvenience. with a question that may be a little silly. I have a problem assigning a role to my user. I am using the test from Auth0 Management API v2
and in my path it asks for my user ID. When I put it I get this error
"statusCode": 400,
"error": "Bad Request",
"message": "Path validation error: 'Object didn't pass validation for format user-id-with-max-length: 114552882084658623149' on property id (ID of the user to associate roles with).",
"errorCode": "invalid_uri"
I am passing the user_id. What could be wrong? again sorry for the inconvenience