Update User Token by Resource Identifier

Updates the P2P user token name and status for the specified resource identifier.

Path Params
string
required

The program code identifying the BaaS program context.

string
required

The external resource identifier for the token to update.

string
required
Body Params

The request payload containing updated token details.

  • AccountIdentifier: The account identifier.

  • TokenName: The token name.

  • Status: The status of the token.

  • ExternalResource: The external resource identifier.

uuid | null

The unique identifier for the account associated with the token update.

string | null

The new or updated token name to be assigned.

string | null

The status of the token update operation (e.g., "Active", "Inactive", "Pending").

string | null

An external resource identifier or context related to the token update.

Headers
string
required

A unique request identifier for tracking and logging. Should be a GUID.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json
text/json