We are looking for help regarding the api

We need to use api/users/{id}/sessions and this api we are not able to do that as its showing error: “statusCode”: 403,“error”: “Forbidden”,“message”: “Subscription missing entitlement”,“errorCode”: “feature_not_enabled”.

We checked with ChatGPT, and it suggests that we need an Auth0 subscription to access this feature. Currently, we are on the free plan. Is there any other way to enable this, or do we need to purchase a subscription?

Hi @uplifty.dev,

Welcome to the Auth0 Community!

Our Manage User Sessions with Auth0 Management API mentions this:

The Auth0 Management API session management endpoints are available to customers on Enterprise plans. To learn more, read Pricing.

So, as you have mentioned above as well, a subscription is needed in order to use session endpoints such as api/users/{id}/sessions.

Thank you!

Best regards,

Remus

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.