| Home | Trees | Indices | Help |
|
|---|
|
|
REST controllers for Enomalism users and groups.
Status: Stable
|
|||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
| Dictionary |
|
||
|
|||
Create a new user. URL Format: /rest/user/
Status: Stable |
Return a list of Enomalism users. URL Format: /rest/user/list/
Status: Stable |
Retrieves or updates a user. If the current user does not have read permission on the usercontrol.rest module, a HTTP exception is raised. Similarily, if the current user is performing a delete action and does not have delete permission, the same exception is raised. URL Format: /rest/user/<UUID>/
|
Create a new group. URL Format: /rest/group/
Status: Stable |
Return a list of Enomalism groups. If the current user does not have read permission on the usercontrol.rest module, a HTTP exception is raised. URL Format: /rest/group/list/
Status: Stable |
Retrieves or updates a group. If the current user does not have read permission on the usercontrol.rest module, a HTTP exception is raised. Similarily, if the current user is performing a delete action and does not have delete permission, the same exception is raised. URL Format: /rest/group/<UUID>/
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 26 13:59:30 2008 | http://epydoc.sourceforge.net |