Feature enablement
The feature
endpoint is used to install new features on existing tenants, where enabling the feature may involve updating existing tenant configuration. Use this endpoint to test updating your tenant on a developer environment before migrating those changes to production.
Uninstalling or disabling a feature once installed requires contacting support and rolling back your tenant. Always test installing a feature first, before making any changes to your production environment. |
URI | HTTP Operation | Description |
---|---|---|
/openidm/feature?_queryFilter=true |
GET |
Returns a list of feature objects. If a feature is not installed, |
Groups feature
For more information, refer to Groups.
To install the
|
URI | HTTP Operation | Description |
---|---|---|
/openidm/feature/groups |
GET |
Returns the status of the groups feature. |
/openidm/feature/groups?_action=validate |
POST |
Validates that any prerequisites to enable the groups feature are satisfied. |
/openidm/feature/groups?_action=install |
POST |
Attempts to patch and install a tenant’s configuration to enable the groups feature. |
Password timestamps
For more information, refer to Password timestamps.
URI | HTTP Operation | Description |
---|---|---|
/openidm/feature/password/timestamps |
GET |
Returns the status of the password timestamp feature. |
/openidm/feature/password/timestamps?_action=validate |
POST |
Validates that any prerequisites to enable the password timestamp feature are satisfied. |
/openidm/feature/password/timestamps?_action=install |
POST |
Attempts to patch and install a tenant’s configuration to enable the password timestamp feature. |