Get all authentication tokens of the matching user.
GET {{baseUrl}}/app/rest/users/:userLocator/tokens?fields=<string>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string |
RESPONSES
status: OK
{"count":"\u003cinteger\u003e","token":[{"name":"\u003cstring\u003e","creationTime":"\u003cdateTime\u003e","value":"\u003cstring\u003e","expirationTime":"\u003cdateTime\u003e","permissionRestrictions":{"count":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"permissionRestriction":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},{"name":"\u003cstring\u003e","creationTime":"\u003cdateTime\u003e","value":"\u003cstring\u003e","expirationTime":"\u003cdateTime\u003e","permissionRestrictions":{"count":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"permissionRestriction":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}}]}