Operator User Get Api Tokens
Returns tokens allocated to current user
Privileges required:
READ
OPERATOR_TOKEN
Request
URI
POST
https://{api_host}/portal/rest/operatorUser/getApiTokens
COPY
Request Body
{
"id": 0
}
integer
id
Required
Identifies the target user for the API call
Responses
200
Request was successfully processed
Returns
api_token_get_user_api_tokens_result
of type(s)
application/json
{
"id": 0,
"tokenUuid": "string",
"description": "string",
"name": "string",
"created": "string",
"modified": "string",
"expiration": "string",
"downloaded": "string",
"isRevoked": false,
"createdByEnterpriseUserId": 0,
"createdByOperatorUserId": 0,
"networkId": 0,
"enterpriseProxyId": 0,
"enterpriseId": 0,
"createdForOperatorUserId": 0,
"createdForEnterpriseUserId": 0,
"state": "string",
"tenantName": "string"
}
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"id:"integer"}' https://{api_host}/portal/rest/operatorUser/getApiTokens
All Operations
POST
Enterprise Create Api Token
POST
Enterprise Download Api Token
POST
Enterprise Get Api Tokens
POST
Enterprise Revoke Api Token
POST
Enterprise Proxy Create Api Token
POST
Enterprise Proxy Download Api Token
POST
Enterprise Proxy Get Api Tokens
POST
Enterprise Proxy Revoke Api Token
POST
Enterprise User Get Api Tokens
POST
Network Create Api Token
POST
Network Download Api Token
POST
Network Get Api Tokens
POST
Network Revoke Api Token
POST
Operator User Get Api Tokens