User interface direct links - CustomerID
Administration Interface
PAGE / WORKFLOW | DIRECT LINK |
---|---|
Administration interface |
|
Password Recovery - Email |
|
Password Recovery - Tupas |
|
Registration |
|
Protection |
|
Table 1. Direct links in Administration interface
Administration Interface - User Information View
PAGE / WORKFLOW | DIRECT LINK |
---|---|
User info |
|
Roles |
|
Mandates |
|
Table 2. Direct links in Administration interface – User information view
Each tab in the User info
 view can be accessed directly, if needed. It is important to note that the link requires a search key and a value for that key, which will be used to locate the target user. The basic form of the link is as follows:Â
/eidm2/wf/admin/personal?<key>=<value>
Where
<key>
is one of the keys described on the following table:
PRIORITY | KEY | DESCRIPTION |
---|---|---|
1 |
| user ID |
2 |
| user login |
3 |
| social security number |
4 |
| email address |
Table 3. Keys for direct links in Administration interface – User information view
The lower the number in the priority field, the higher the priority is. This means that if multiple keys are defined, the one with the higher priority will be used. Consider the following example:
/eidm2/wf/admin/personal?email=erkki@esimerkki.fi&uid=timo@testaaja.fi
The example link above would search the user based on the uid
 as the uid
 priority (2) is higher than the email
 priority (4). The User
 info
 view would contain information from the user with uid timo@testaaja.fi
, if such exists.
Self-Service Interface
PAGE / WORKFLOW | DIRECT LINK |
---|---|
Self-service Interface |
|
Personal Info |
|
Roles |
|
Mandates |
|
Table 4. Direct links in Self-service interface
Role Invitation Wizard
PAGE / WORKFLOW | DIRECT LINK |
---|---|
Role invitation wizard |
|
Table 5. Direct links to Role Invitation Wizard
It's possible to parameterize the role invitation wizard by appending request parameters to the direct link and also adding to the path. The following table lists the possible parameterizations that can be used.
PARAMETER | HOW TO USE |
---|---|
Organization of the role | Fully qualified name of the organization appended to the URL. |
Role | Fully qualified name of the role appended to the URL. |
Any field in the invite wizard | Field name and value as request parameters to the URL. Possible field names are listed in the registration.n.userinfo.fields property in the |
returnUrl | A URL where to take the user after the confirmation step. Used as a request parameter. |
Table 6. Possible parameters for Role Invitation Wizard
For example, to preselect organization "Organizations/Corporate Inc/Sales", the URL would look like the following:
/eidm2/wf/invite/Organizations/Corporate%20Inc/Sales
To preselect the role "Organizations/Corporate Inc/Sales/Reviewer" to invite to, the URL would look like the following:
/eidm2/wf/invite/Organizations/Corporate%20Inc/Sales/Reviewer
To preselect the role "Organizations/Corporate Inc./Sales/Reviewer", user "Chuck Lewis", email chuck.lewis@corporate.com and phone number "+358555555" and save the user to organization "Organizations/Another Corp", the URL would look like this:
/eidm2/wf/invite/Organizations/Corporate%20Inc./Sales/Reviewer?firstname =Chuck&surname=Lewis&email=chuck.lewis@corporate.com&mobile=%2B358555555& organization=Organizations/Another%C3%A4Corp