Info |
---|
Last reviewed: 2021-07-22 |
...
Name | Accepted Values | Multivalued | Mandatory | Default | Description |
---|---|---|---|---|---|
friendlyName | String | Human readable name of the organization. | |||
organizationType | String from Configured Set | Organization type defining the initial configuration of the created organization. Role to role mappings for an existing organization shall be refreshed based on role hierarchy rules only if the | |||
"custom attribute" | String | X | Organization's custom attribute and a value (multiple values are separated with comma). These attributes must have been defined in eidm2.properties (data.organization.fields or ui.admin.organizationinfo.fields.order) For example, organizationid=12345 |
...
The user status must be Waiting for registration in order to be reinvited. This functionality does not support invitations related to mandates.
Target Type
ReinviteResponse
...
With Content-Type
header on application/x-www-form-urlencoded
Name | Accepted Values | Multivalued | Mandatory | Default | Description |
---|---|---|---|---|---|
login | String | User login name. | |||
String | User email address. | ||||
firstname | String | First name of the user. | |||
surname | String | Surname of the user. | |||
mobile | String | Mobile phone number. | |||
ssn | String | Social Security Number (henkilötunnus) | |||
locale | String | User preferred locale setting. | |||
pwd | String | New password. | |||
pwd.activated | Boolean | Defines if the password authentication method is active for the user or not. | |||
status | String from Configured Set | Set the user status Enabled or Disabled. For more information on user statuses see Data model - CustomerID. | |||
"custom attribute" | String | X | User's custom attribute and a value. For example, age=45. Adding multiple key-value parameters with the same key will create multi-valued attributes. For example, browsers=IE&browsers=chrome. |
...
With Content-Type
header on application/xml
Info |
---|
Custom Attributes are saved as multivalued. To add multiple value, add multiple values as shown below (Custom1). To remove custom attribute, give no values or give empty value. |
...