ScanopyScanopy
Organizations

Update user profile with deferred marketing fields

POST
/api/v1/organizations/profile

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Request to update user profile (deferred marketing fields)

Response Body

application/json

curl -X POST "https://example.com/api/v1/organizations/profile" \  -H "Content-Type: application/json" \  -d '{}'
{
  "meta": {
    "api_version": 1,
    "server_version": "0.17.13"
  },
  "success": true,
  "data": null,
  "error": "string"
}