...
Name | Accepted Values | Multivalued | Mandatory | Default | Description |
---|---|---|---|---|---|
virtual | Boolean |
|
| false | Defines whether the organization is virtual. |
organizationId | String |
| X |
| Unique name of the organization to be created. |
friendlyName | String |
| X |
| Human readable name of the organization. |
organizationClass (or organizationType) | String from Configured Set |
|
|
| Organization class type defining the initial configuration of the created organization. We support both the old parameter name (organizationClass) and the new parameter name (organizationType). |
"custom attribute" | String | X |
|
| Organization's custom attribute and a value (multiple values are separated with comma). For example, vatnumber=12345 |
...
Name | Accepted Values | Multivalued | Mandatory | Default | Description |
---|---|---|---|---|---|
friendlyName | String |
|
|
| Human readable name of the organization. |
organizationClass (or organizationType) | String from Configured Set |
|
|
| Organization class type defining the initial configuration of the created organization. We support both the old parameter name (organizationClass) and the new parameter name (organizationType). |
"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 |
...
Create a new user. Creates a random unique identifier for the user.
Note |
---|
NOTE: Be careful to store users only in normal organizations - not virtual, because the system does not currently validate automatically whether the organization is virtual and this will create an inconsistency situation that must be resolved with direct database operations. |
Target Type
Entity
Request URL
...