ScanopyScanopy
Organizations

Update user profile with deferred marketing fields

POST
/api/v1/organizations/profile

Request Body

application/json

company_size?string|null
job_title?string|null

Response Body

application/json

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