Path: / security / authentication / user / {username}

Get a user

Path parameters:
username - the username

Sub-Resources
Resources
NameDescription
grantgrant a user
password
password/{password}
change password

Resource Methods
Method Summary
NameDescription
GET /security/authentication/user/{username}Get a user
DELETE /security/authentication/user/{username}Delete a user

Method Detail

GET /security/authentication/user/{username}

Get a user

HTTP Example:
GET /security/authentication/user/{username}
Output:
TreqsUser - the user
Produces:
application/json
Consumes:
text/plain
HTTP return codes:
200 - if no error occurred
404 - if no user exists with this username

DELETE /security/authentication/user/{username}

Delete a user

HTTP Example:
DELETE /security/authentication/user/{username}
Output:
Response
Produces:
application/json
Consumes:
text/plain
HTTP return codes:
204 - if no error occurred
404 - if no user exists with this username