Salesmachine API
Home
Product documentation
Search…
v2.0
Welcome to Salesmachine API
Tracking API
Authentication
Javascript tracking
Contact
Account
Event
Access API
Authentication
Contacts
Accounts
Notes
Activities
Tasks
Users
Get a User
List Users
Errors
HTTP Responses
Rate Limiting
Changelog
Powered By
GitBook
Get a User
get
https://data.salesmachine.io
/v2/users/:id
user by id
Example
1
curl
-X GET https://data.salesmachine.io/v2/users/
{
id
}
\
2
-H
'Accept: application/json'
\
3
-H
'Authorization:Bearer <Your access token>'
Copied!
Access API - Previous
Users
Next
List Users
Last modified
8mo ago
Copy link
Contents
get
user by id
Example