curl -i -X POST \
https://docs.fluid.app/_mock/docs/apis/company.api/api/v202506/users \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"country_code": "string",
"language_code": "string",
"user": {
"email": "string",
"first_name": "string",
"last_name": "string",
"password": "string",
"avatar": "string",
"phone": "string",
"google_id": "string",
"bio": "string",
"facebook": "string",
"instagram": "string",
"twitter": "string",
"linkedin": "string",
"whatsapp": "string",
"wechat": "string",
"youtube": "string",
"zip_code": "string",
"dob": "2019-08-24",
"gender": "string",
"time_zone": "string",
"push_notifications": true,
"email_notifications": true,
"sms_notifications": true,
"external_id": "string",
"username": "string",
"active": true,
"role": "admin",
"admin_roles": [
0
],
"affiliate": {
"id": "string",
"external_id": "string",
"username": "string",
"email": "string"
}
}
}'
Social Media