UserRs
Web service for managing org.meveo.model.admin.User. User has a unique username that is use for update, search and remove operation.
The following resources are applicable:
/user
Mount Point: /api/rest/user
The following operations are supported on this resource:
POST
Create user.
Request Body
element: | User |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
PUT
Update user.
Request Body
element: | User |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
GET
Search user with a given username.
Parameters
name | description | type | default |
---|---|---|---|
username | (no documentation provided) | query |
Response Body
element: | GetUserResponse |
media types: | application/xml application/json |
(no documentation provided)
/user/{username}
Mount Point: /api/rest/user/{username}
DELETE
Remove user with a given username.
Parameters
name | description | type | default |
---|---|---|---|
username | (no documentation provided) | path |
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
/user/version
Mount Point: /api/rest/user/version
GET
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)