UserPlexusResource
REST resource for getting user information.
The following resources are part of this group:
/users/{userId}
Mount Point: /rest/users/{userId}
The following operations are supported on this resource:
GET
Retrieves a user's information.
Parameters
name | description | type | default |
---|---|---|---|
userId | The Id of the user. | path |
Response Body
element: | user-response |
media types: | application/xml application/json |
(no documentation provided)
POST
Updates a user's information.
Parameters
name | description | type | default |
---|---|---|---|
userId | The Id of the user. | path |
Response Body
element: | user-response |
media types: | application/xml application/json |
(no documentation provided)
DELETE
Removes a user.
Parameters
name | description | type | default |
---|---|---|---|
userId | The Id of the user. | path |