ecm.security
The ecm.security namespace provides access to user and group information on the ECM server,
plus write operations for the user lifecycle and group memberships.
1. Read methods
| Method | Description |
|---|---|
Returns the system roles of a user. |
|
Returns the list of all users. |
|
Returns the details of a single user. |
|
Returns all groups. |
|
Returns the attributes of a single group. |
|
Returns the members of a group. |
|
Returns the groups of a user. |
2. Write methods
| Method | Description |
|---|---|
Creates a new user. |
|
Updates the attributes of a user. |
|
Deletes a user. |
|
Adds a user to a group. |
|
Removes a user from a group (or from all groups). |
|
Creates a new group. |
|
Updates the attributes of a group. |
|
Deletes a group. |
|
Removes all members of a group. |
|
Exports the permission clauses and rights bit fields per group. |