Avibra Integration API
1.0.1
  • 1.0.2
  • 1.0.1
Home
Home
1.0.1
  • 1.0.2
  • 1.0.1
1.0.1
  • 1.0.2
  • 1.0.1
  1. User Management
  • Avibra
    • Embedded UX/UI
    • Security
      • Authentication API
      • LinkToken API
    • Benefits
      • Get Benefits With Status
    • User Management
      • Create User
        POST
      • Update User
        POST
      • Cancel User
        POST
      • Prefil User
        POST
    • Webhook
      • Webhook API (provided by partner)
    • Export Data
      • Open API Spec
      • API Coverages
  • Schemas
    • Schemas
      • eventInfo
      • userInfo
      • addressInfo
      • benefitwithstatusInfo
      • benefitwithstatusInfos
      • errorInfo
      • updateuserInfo
      • linktokenInfo
      • linktokenesponseInfo
      • accesstokenInfo
      • getbenefitInfo
      • offerInfo
      • offerInfos
      • currentofferdetailsInfo
      • offers
      • prefillInfo
Home
Home
1.0.1
  • 1.0.2
  • 1.0.1
1.0.1
  • 1.0.2
  • 1.0.1
  1. User Management

Update User

POST
https://dev.avibra.com/preprod/user/account/update
Last modified:2025-04-11 13:33:14
Maintainer:Not configured
This API called to update firstname, lastname, email or phone.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🔴500Server Error
🟠401Unauthorized
🟠404Record Not Found
🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev.avibra.com/preprod/user/account/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "userid": "",
    "partnername": "",
    "firstname": "jane",
    "lastname": "doe",
    "email": "example@email.com",
    "phone": "7326426722"
}'
Response Response Example
200 - Valid Response
"Successful"
Modified at 2025-04-11 13:33:14
Previous
Create User
Next
Cancel User