IBM OpenPages
Last updated
The OpenPages server hostname without scheme, e.g. openpages.customer.com.
The OpenPages account username used for Basic Authentication.
The password of the OpenPages account used for Basic Authentication.
The port the OpenPages server listens on.
The API base path. Override only for custom deployments behind reverse proxies.
Use HTTPS when enabled. Disable only for lab or on-prem HTTP endpoints.
Optional HTTP proxy address (e.g. proxy.company.com:8080).
The amount of time (in seconds) to wait for API responses.
Default Values
port: 8888
base_path: opgrc/api
is_secure: true
proxy: null
timeout: 30
Permissions Required
The authenticating OpenPages user must have permission to read user records through the SCIM 2.0 API, typically an administrator or user administrator role.
Last updated