/usertoken/users/{userName}
Mount Point: /service/local/usertoken/users/{userName}
Available Since: 1.0
GET
Available Since: 1.0
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 |
Response Body
element: | userTokenStatus |
media types: | application/xml application/json |
The status of the user's user-token, or null if not provisioned.
DELETE
Available Since: 1.0
Delete a specific user's user-token.
Parameters
name | description | type | default |
---|---|---|---|
X-NX-UserToken-AuthTicket | Authentication ticket. | header | |
userName | The name of the user who's user-token is to be deleted. | path |