Object didn't pass validation for format user-id: undefined

@bsakweson the user_id is actually required. It is the userId (begins with auth0| ) which comes coded in the jwt. Put that there instead and it should work. Also make sure you also have proper scope set-up on the API for whichever operations you are trying to perform.

1 Like