User represents a user in the Recrubo platform. Creating users is not necessary for many tasks, however some tasks require a user to be created. For example, embedding Recrubo iframes in to your application, creating appointments and logging in.
Endpoints
GET /users/{id} - Retrieves a specific user by ID.
GET /users - Retrieves a list of all users.
POST /users - Creates a new user.
PATCH /users/{id} - Updates a specific user by ID.
DELETE /users/{id} - Deletes a specific user by ID.
Attributes
Field
Type
Description
firstName
String
The firstName for the user.
lastName
String
The lastName for the user.
fullName
String
FullName is a read only field with the combined first & last name.
email
String
The email for the user.
phone
String
The phone number for the user.
timeZone
String
The timezone in which the user will see times in embedded components.
externalId
String
ExternalId is a field for external systems to store a tracking number.