Update User Token by Resource Identifierput https://example.com/programs/{programCode}/accounts/{accountIdentifier}/externalIdentifiers/{externalResource}Updates the P2P user token name and status for the specified resource identifier.Path ParamsprogramCodestringrequiredThe program code identifying the BaaS program context.externalResourcestringrequiredThe external resource identifier for the token to update.accountIdentifierstringrequiredBody ParamsThe 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. accountIdentifieruuid | nullThe unique identifier for the account associated with the token update.tokenNamestring | nullThe new or updated token name to be assigned.statusstring | nullThe status of the token update operation (e.g., "Active", "Inactive", "Pending").externalResourcestring | nullAn external resource identifier or context related to the token update.HeadersX-GD-RequestIdstringrequiredA unique request identifier for tracking and logging. Should be a GUID.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago