v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
Users

Update User – Updates an existing user profile.

Updates the user profile for the specified user identifier. Only the fields provided in the request will be updated. Returns the updated user details or validation errors.

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

Path parameters

userIdentifierstring required

The unique identifier of the user to update. Must be a valid GUID.

programCodestring required

The program code associated with the partner implementation. This identifies the specific program context for the user update.

Headers

X-GD-RequestIdstring required

The unique request identifier for idempotency and tracking. Must be provided in the 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