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 Paramsapplication/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonThe 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. Represents a request to update a token identifier for an account. Contains account and token details, status, and external resource context. Inherits standard request metadata from Gd.Bos.DataTransfer.Request.RequestBase.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/jsoncontent-typestringenumDefaults to application/json-patch+jsonGenerated from available request content typesapplication/*+jsonapplication/jsonapplication/json-patch+jsontext/jsonAllowed:application/*+jsonapplication/jsonapplication/json-patch+jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 6 months ago Get User Tokens by Account IdentifierUpdate Recipient Nickname and StatusDid this page help you?YesNo