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
Users
The User resource is model describing registered Salesmachine users. Users can be viewed individually or as a list.
Model
A user object contains the following fields
Attribute
Type
Description
object
string
Value is ‘user’
id
string
Salesmachine internal id representing the user
created_at
timestamp
The time (in seconds) the user was added to Salesmachine
email
string
User email.
name
string
User name.
role
string
User role can be owner, admin, member, visitor, ..
enabled
string
A user which is enabled can access this application
1
{
2
"object"
:
"user"
,
3
"id"
:
"5d3bae5bcb4a287b44583a55"
,
4
"created_at"
:
1564192347
,
5
"email"
:
"
[email protected]
"
,
6
"name"
:
"John Doe"
,
7
"role"
:
"admin"
,
8
"enabled"
:
true
9
}
Copied!
Previous
List tasks
Next
Get a User
Last modified
2yr ago
Copy link
Contents
Model