latest
  • latest
  • v1.0.0
Platform
Platform
  • Staging
  • Prod
CRM
CRM
  • Staging
  • Staging
App
App
  • AppStore (PROD)
  • Playstore (PROD)
  • AppStore (Staging)
  • Playstore (Staging)
Infra
Infra
  • GCP (Cloud)
  • Resend (Email)
  • Cloudflare (CDN)
Platform
Platform
  • Staging
  • Prod
CRM
CRM
  • Staging
  • Staging
App
App
  • AppStore (PROD)
  • Playstore (PROD)
  • AppStore (Staging)
  • Playstore (Staging)
Infra
Infra
  • GCP (Cloud)
  • Resend (Email)
  • Cloudflare (CDN)
latest
  • latest
  • v1.0.0
latest
  • latest
  • v1.0.0
  1. Account
  • Back to home
  • Web BFF
  • Auth
    • Sign-up account
    • Sign-in account
    • Logout account
    • Forgot Password
    • Reset Password
  • Activity
    • Get All Activities
    • Get activities by user ID
    • Get Activity By ID
  • User
    • Get All Users
    • Get User by ID
  • Account
    • Get User Account
      GET
    • Delete Account
      DELETE
    • List history of user update requests
      GET
    • Get pending user update request
      GET
    • Update account
      PATCH
    • Modify Work Experience
      PATCH
    • Change Password
      POST
  • User KYC
    • Initiate new user KYC
    • Get User KYC History
    • Get Latest KYC
    • Update Aadhaar KYC Document and Send OTP
    • Verify Aadhaar OTP and Update KYC Document
    • Verify PAN and Update KYC Document
    • Verify Driving License and Update KYC Document
    • Update KYC Document for User
    • Submit User KYC
    • Delete User KYC
  • Business
    • Create Business
    • List My Businesses
    • Get All Businesses
    • Get business by ID
  • Category
    • List Categories
    • Get Category
  • Industry
    • List Industries
    • Get Industry
Platform
Platform
  • Staging
  • Prod
CRM
CRM
  • Staging
  • Staging
App
App
  • AppStore (PROD)
  • Playstore (PROD)
  • AppStore (Staging)
  • Playstore (Staging)
Infra
Infra
  • GCP (Cloud)
  • Resend (Email)
  • Cloudflare (CDN)
Platform
Platform
  • Staging
  • Prod
CRM
CRM
  • Staging
  • Staging
App
App
  • AppStore (PROD)
  • Playstore (PROD)
  • AppStore (Staging)
  • Playstore (Staging)
Infra
Infra
  • GCP (Cloud)
  • Resend (Email)
  • Cloudflare (CDN)
latest
  • latest
  • v1.0.0
latest
  • latest
  • v1.0.0
  1. Account

Update account

Staging Env
https://app.stg.bidancer.com
Staging Env
https://app.stg.bidancer.com
PATCH
https://app.stg.bidancer.com
/api/user-service/account/update
Last modified:2025-11-03 07:22:59
Update an existing user account

Request

Body Params application/json

Examples

Responses

🟢200OK
application/json
Success response for create/update of a user account update request
Body

🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🟠429429
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://app.stg.bidancer.com/api/user-service/account/update' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "user@example.com",
    "name": "string",
    "firstName": "string",
    "lastName": "string",
    "middleName": "string",
    "profilePicture": "File",
    "phone": "string",
    "address": {
        "line1": "string",
        "line2": "string",
        "line3": "string",
        "city": "string",
        "state": "string",
        "country": "string",
        "zipcode": "string"
    },
    "timezone": "string"
}'
Response Response Example
200 - Example 1
Modified at 2025-11-03 07:22:59
Previous
Get pending user update request
Next
Modify Work Experience
Built with