...
Code Block | ||
---|---|---|
| ||
<idlist> <Id>https://HOSTNAME/eidm2/services/org/example1/dep1</Id> </idlist> |
MOD002
...
Remove Organization
Description
Delete Remove the specified organization.
...
Request URL defines the organization to be deletedremoved. Response document contains a list of deleted removed entities (organizations, roles, and users).
...
Code Block | ||
---|---|---|
| ||
<idlist> <Id>https://HOSTNAME/eidm2/services/role/testorg/testrole</Id> </idlist> |
MOD008
...
Remove Role
Description
Delete Remove a role from an organization or a virtual organization.
...
Request URL defines the role to be deletedremoved.
Examples
- https://HOSTNAME/eidm2/services/role/ORGANIZATION/ROLE
- https://HOSTNAME/eidm2/services/role/ORGANIZATION/SUBORG/ROLE
- https://HOSTNAME/eidm2/services/role/VIRTUALORG/SUBVORG/ROLE
...
Code Block | ||
---|---|---|
| ||
<idlist> <Id>https://HOSTNAME/eidm2/services/user/example1/user1</Id> </idlist> |
MOD010b
...
Remove User
Description
Delete Remove the specified user.
Target Type
...
Request URL defines the user to be deletedremoved.
Examples
- https://HOSTNAME/eidm2/services/user/ORGANIZATION/user1
- https://HOSTNAME/eidm2/services/user/ORGANIZATION/SUBORG/user2
...
Initialize repository and/or database. Repository initialization creates required sites and authorization policies in LDAP. Database initialization deletes removes and recreates existing database tables.
Initialization should be called only when first installing the system.
...
Name | Accepted Values | Multivalued | Mandatory | Default | Description |
---|---|---|---|---|---|
disableUsers | Boolean |
|
|
| Disables all users in organization. |
enableUsers | Boolean |
|
|
| Enables all users in organization. |
deleteUsers | Boolean |
|
|
| Deletes Removes all users in organization. |
removeRoles | Boolean |
|
|
| Removes all roles and mandate delegations from all users in organization. |
removeMandates | Boolean |
|
|
| Removes mandates these users have assigned to other users, mandate delegations received and direct mandate receivals. |
...