/usertoken/users/{userName}
- Mount Point: /service/local/usertoken/users/{userName}
The following operations are supported on this resource:
GET
Get the status of a specific user's user-token.
Parameters
name | description | type | default |
---|---|---|---|
userName | The user-name to query status the status of. | path |
Output Payload
element | produceable content type(s) |
---|---|
(custom) |
|
description | |
The status of the user's user-token, or null if not provisioned. |
DELETE
Delete a specific user's user-token.
Parameters
name | description | type | default |
---|---|---|---|
userName | The name of the user who's user-token is to be deleted. | path |