Links

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
{
"object": "user",
"id": "5d3bae5bcb4a287b44583a55",
"created_at": 1564192347,
"email": "[email protected]",
"name": "John Doe",
"role": "admin",
"enabled": true
}