CRM Users
Last updated
Was this helpful?
Last updated
Was this helpful?
Number of items to retireve, maximum of 500
20
Property by which to sort the results
created_at
Order of results (asc or desc)
desc
Page to retrieve number, to be used with per_page
1
GET /api/public/site/users/crm HTTP/1.1
Host:
authorization: YOUR_API_KEY
Accept: */*
No content
The ID or Email Address of the user
1234 or user@website.com
GET /api/public/site/users/crm/{id} HTTP/1.1
Host:
authorization: YOUR_API_KEY
Accept: */*
No content
The ID of the user
1234
PUT /api/public/site/users/crm/{id} HTTP/1.1
Host:
authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 93
{
"name": "text",
"email": "text",
"password": "text",
"secure_zones": "text",
"cfs_field_1_1": "text"
}
No content
POST /api/public/site/users/crm/create HTTP/1.1
Host:
authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 93
{
"name": "text",
"email": "text",
"password": "text",
"secure_zones": "text",
"cfs_field_1_1": "text"
}
No content