Organizations
Update user profile with deferred marketing fields
Request Body
application/json
company_size?string|null
Company size bracket, collected during onboarding.
job_title?string|null
The user's job title, collected during onboarding.
Response Body
application/json
curl -X POST "https://app.scanopy.net/api/v1/organizations/profile" \ -H "Content-Type: application/json" \ -d '{}'{
"meta": {
"api_version": 1,
"server_version": "0.17.8"
},
"success": true,
"data": {},
"error": "string"
}