/user/{userName}
The following operations are supported on this resource:
Gets a user profile.
Parameters
name |
description |
type |
default |
userName |
The username of the user profile.
|
path |
|
Output Payload
element |
produceable content type(s) |
(custom) |
- */*
- application/xml (alternative mount point: /xml)
- application/json (alternative mount point: /json)
- text/html (alternative mount point: /html)
|
description |
The user profile. |
Deletes a user.
Parameters
name |
description |
type |
default |
userName |
The user to be deleted.
|
path |
|
Output Payload
element |
produceable content type(s) |
(custom) |
- */*
- application/xml (alternative mount point: /xml)
- application/json (alternative mount point: /json)
- text/html (alternative mount point: /html)
|
description |
Whether the user was successfully deleted. |
To enable/disable a user.
Parameters
name |
description |
type |
default |
userName |
The user to be enabled/disabled.
|
path |
|
enable |
True to enable the user, False otherwise.
|
query |
|
Output Payload
element |
produceable content type(s) |
(custom) |
- */*
- application/xml (alternative mount point: /xml)
- application/json (alternative mount point: /json)
- text/html (alternative mount point: /html)
|
description |
True if successful. |