Update User
Updates user details in the PPI system. Only the fields provided in the request body will be updated; all other user fields remain unchanged.
Authorizations
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.
Headers
API version to be used. Format is in YYYY-MM-DD.
"2025-11-01"
Body
Request parameters to update an existing user's details or status.
Unique identifier for the user, as provided by you during PPI user creation.
"USER827364"
New status to be assigned to the user account. Supported values:
- ACTIVE : The user account is authorised to perform transactions. This status can be set when the current user status is BLOCKED.
- BLOCKED : The user account is restricted from performing any transactions. This status can be set when the current user status is ACTIVE.
"BLOCKED"
Response
Success response for updating user details.
Unique identifier for the user, as provided by you during PPI user creation.
"USER827364"
First name of the user.
"John"
Last name of the user.
"Doe"
Phone number of the user without country code.
"9876543210"
Email address of the user.
"john.doe@example.com"
Current status of the user account. Possible values:
- ACTIVE
- BLOCKED
"ACTIVE"
Unique identifier of the user generated by Cashfree.
"859473832123456789"