I have two tenants for my App, both of them use the auth0-authorization-extension to manage users.
Tenant 1: When trying to fetch group members i got the required response.
Tenant 2: When trying to fetch group members i got:
"statusCode": 500,
"error": "Internal Server Error",
"message": "An internal server error occurred"
The same code is running in both cases.
Both tenants use machine to machine applications authorized by auth0-authorization-extension-api with all the required scopes.
The other Authorization API calls are working except of:
GET /api/groups/{group_id}/members
I have two tenants for my App, both of them use the auth0-authorization-extension to manage users.
Tenant 1: When trying to fetch group members i got the required response.
Tenant 2: When trying to fetch group members i got:
The same code is running in both cases.
Both tenants use machine to machine applications authorized by auth0-authorization-extension-api with all the required scopes.
The other Authorization API calls are working except of: