Hi everybody,
I’m actually trying to integrate Auth0 with Stripe by using Zapier, in the purpose to change the roles of users with the Auth0 API endpoint /api/v2/roles/{id}/users
I think I almost done, but I get an error 400 when I try to validate the POST webhook:
Path validation error: ‘Object didn’t pass validation for format role-id: {id}’ on property id (ID of the role to assign users to). (HTTP Status Code: 400)
What I’m trying to do is to retrieve the auth0_role_id and auth0_user_id sent by Stripe and to POST them into my users in Auth0 in the purpose to add/change their roles. The role_id and user_id in Stripe are matching exactly with the role_id and the user_id set in Auth0. It’s why I d’ont understand the error that is returned…
Here is the Zapier webhook settings:
If someone can have a look on how I set the data and tell me where I’m wrong, I will be glad! ![]()

