Update Recipient Nickname and Statusput https://example.com/programs/{programCode}/directory/updateRecipientUpdates the nickname and status of a recipient in the P2P directory.Path ParamsprogramCodestringrequiredThe program code identifying the BaaS program context.Body Paramsapplication/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonThe request payload containing recipient update details. ConsumerProfileDirectoryKey: The directory key for the recipient. RecipientStatus: The status of the recipient. NickName: The nickname for the recipient. ResourceId: The resource identifier. ProgramCode: The program code. Represents a request to update recipient information for a consumer profile. Contains recipient status, nickname, resource and program identifiers, and the directory key. Inherits standard request metadata from Gd.Bos.DataTransfer.Request.RequestBase.consumerProfileDirectoryKeyint64The unique directory key for the consumer profile associated with the recipient.recipientStatusstring | nullThe status of the recipient.nickNamestring | nullThe nickname assigned to the recipient.resourceIdstring | nullThe unique resource identifier associated with the recipient.programCodestring | nullThe program code associated with the request, used for routing and business context.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 Update User Token by Resource IdentifierGet User Tokens by Resource IdentifierDid this page help you?YesNo