Change Plugin Permission
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Response
Non-empty if the request failed
Bearer authentication of the form Bearer <token>, where token is your auth token.
Non-empty if the request failed
Available to: All authenticated users
Environments: Live
Rate Limit: No endpoint-specific limit
Grants or revokes a user’s approval for a named plugin entitlement. Identify the plugin with pluginName and set approval to true to grant the permission or false to revoke it. Provide userId to change the permission for a specific user; if omitted, the change applies to the calling user.
This is a Live-only endpoint; calling it on Demo returns an environment error directing you to the Live host. The request is forwarded to the licensing service, which applies the change and returns the result.
On success, the response returns with ok set to true and an empty errorText. On a handled failure, ok is false and errorText describes the problem.
Common Failure Scenarios
userId doesn’t exist or isn’t accessible to the caller.HTTP 401).Error Messages