/users/{userName}
Mount Point: /api/v11/users/{userName}
The following operations are supported on this resource:
DELETE
Deletes a user from the system.
Parameters
name | description | type | default |
---|---|---|---|
userName | The name of the user to delete. | path |
Response Body
element: | user |
The details of the deleted user.
GET
Returns detailed information about a user.
Parameters
name | description | type | default |
---|---|---|---|
userName | The user to read. | path |
Response Body
element: | user |
The user's information.
PUT
Updates the given user's information. Note that the user's name cannot be changed.
Parameters
name | description | type | default |
---|---|---|---|
userName | User name being updated. | path |
Request Body
element: | user |
The user information.
Response Body
element: | user |
(no documentation provided)