v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
Account

Update User

Structure of API Call: PUT /programs/{programCode}/accounts/{accountIdentifier}/users/{userIdentifier}

  • Updates Select Properties of a User

This endpoint gives the partner the ability to update an existing user’s information.

put/programs/{programCode}/accounts/{accountIdentifier}/users/{userIdentifier}

Path parameters

accountIdentifierstring required

Unique account identifier (UID or GUID).

userIdentifierstring required

Unique user identifier (UID or GUID).

programCodestring required

Partner program code for the account.

Headers

X-GD-RequestIdstring required

Unique request tracking identifier (X-GD-RequestId header).

Request body

peerTransferAcceptPreferencestring nullable

The user's preference for accepting peer-to-peer transfers (e.g., "AutoAccept", "ManualAccept").

contactVerificationIdentifiersstring[] nullable

A list of contact verification identifiers (GUIDs) used to verify user contact methods (e.g., email, phone).

userIdCreateDatestring nullable

The date and time when the user identifier was created, typically in ISO 8601 format.

passwordChangeDatestring nullable

The date and time when the user's password was last changed, typically in ISO 8601 format.

ignoremfastring nullable

Indicates whether multi-factor authentication (MFA) should be ignored for this request. Used for specific scenarios.

Response

OK