Skip to main content
PUT
Change the status of a token

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

tokenId
integer<int64>
required

The token id to update. You can retrieve this value from the Get tokens endpoint.

action
enum<string>
required

The action to perform on the token

Available options:
activate,
deactivate,
suspend,
resume

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Token status updated successfully

status
string

Status of the token after the operation