Create a resource
POST /resources
POST
/resources
Create a new resource
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
external_id
string
first_name
string
last_name
string
metadata
object
key
additional properties
any
is_active
boolean
preferences
object
key
additional properties
any
archived
boolean
timezone
string
unit_id
string
service_area_id
string
display_name
string
Responses
Section titled “ Responses ”Resource created
object
id
string
external_id
string | null
company_id
string
first_name
string | null
last_name
string | null
metadata
object | null
date_created
string format: date-time
date_modified
string format: date-time
is_active
boolean
preferences
object | null
archived
boolean
timezone
string | null
unit_id
string | null
service_area_id
string | null
display_name
string | null
Invalid request
object
success
required
boolean
error
required
string
Example
An error occurredUnauthorized