BeyondTrust Entitle
Last updated
The API host for your Entitle tenant. In most deployments this is api.entitle.io. Change it only if BeyondTrust has provisioned a dedicated API endpoint for your organization.
A personal or service API token generated from the Entitle admin console. Navigate to the Tokens section, click Add, choose API token, provide a token name (2-250 characters) and an expiration, then click Reveal token to copy the value. The token is sent as a Bearer token in the Authorization header.
Optional. Use host:port format if the connector must reach api.entitle.io through an outbound HTTP proxy. Leave empty for direct connections.
Optional. Request timeout in seconds. Increase this if Entitle responses are slow under load. (default: 30)
Default Values
Domain: api.entitle.io
Proxy: empty
Timeout: 30 seconds
Permissions Required
The API token must have read access to the /public/v1/users endpoint. Create the token from an account that can list all users in the Entitle tenant so the connector can fetch the complete user inventory.
Last updated