Self service

The current self service functionality is limited to one page where individuals (with a valid session) can request a link with an organisation and/or a specific entitlement.

Reset password and registration are not described in this section of the documentation.

On the organisation entity, two attributes are going to determine the behavior:

  • selfRequestableOrganisationAssignments : determines if the organisation assignment is requestable

  • selfRequestableEntitlementAssignments : determines if the entitlements are requestable for the specific organisation

For controlling the entitlements that are shown in the dropdown, the attribute requestable on the specific entitlement can be used.

Entitlement prerequisites are also calculated on this page: see Entitlement prerequisites

The configuration of the workflow will determine if approval flows are triggered.

All requests done by this page, either retrieving information or posting the entitlement request are exposed via REST. So if another user (branded) interface wants to mimic this behavior, this is possible.

Look in the documentation for the REST API.

Last updated