/users/{userId}
Mount Point: /service/local/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 |