getAuthTokens
Get all auth tokens
Returns a page of authentication token details out of the list of all tokens. Only metadata for the tokens is returned; the token secrets themselves are not available. Pages are numbered starting at 1 and a page can range from 1 to 100 tokens. Only users with 'Manage Security' permission can use this function.
Format
udclient [global-args...] [global-flags...]
getAuthTokens [parameters]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| page | int | true | Page number starting at 1 |
| pageSize | int | true | Page size starting at 1 and to at most 100 |
Example command to get auth tokens by pagination
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
getAuthTokens
-page 1
-pageSize 10Related REST command: Get all auth tokens.