Check if the user has given or superior pricing plan associated
POST/api/management/v1/useradm/auth/plan-verify
Checks if user is in the given plan, or a superior one
Request
Responses
- 202
- 401
- 403
- 500
The required minimal plan matches the user plan
Unauthorized.
The required minimal plan doesn't match the user plan
Internal Server Error.