Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2

...

Code Block
languagetext
 <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
languagetext
 <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
languagetext
 <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.

...