CRM Users

Retrieve an overview list of all CRM users from your website

get
Authorizations
x-api-keystringRequired
x-site-idstringRequired
Query parameters
per_pageintegerOptional

Number of items to retireve, maximum of 500

Example: 20
sort_typestringOptional

Property by which to sort the results

Example: created_at
sort_orderstringOptional

Order of results (asc or desc)

Example: desc
pageintOptional

Page to retrieve number, to be used with per_page

Example: 1
Responses
get
/users

No content

Retrieve all data about an individual CRM user

get
Authorizations
x-api-keystringRequired
x-site-idstringRequired
Path parameters
idstring · idRequired

The ID or Email Address of the user

Example: 1234 or [email protected]
Responses
get
/users/{id}

No content

Update a CRM user

put
Authorizations
x-api-keystringRequired
x-site-idstringRequired
Path parameters
idstring · idRequired

The ID of the user

Example: 1234
Body
namestringRequired
emailstringRequired
passwordstringOptional
secure_zonesstringOptional
cfs_field_1_1stringOptional
Responses
put
/users/{id}

No content

Create a CRM user

post
Authorizations
x-api-keystringRequired
x-site-idstringRequired
Body
namestringRequired
emailstringRequired
passwordstringOptional
secure_zonesstringOptional
cfs_field_1_1stringOptional
Responses
post
/users/create

No content

Last updated

Was this helpful?