Login
Search...
/
Documentation
API Reference
Use Cases
Introduction
Overview
API Reference
Admin
GET
Get all data diffs
GET
Get log by ID
GET
Get a link to the job log raw request and response data of a write job.
GET
Get logs
GET
Get logs by job ID
GET
Get all my integrations
POST
Create an integration
GET
Get all my users
POST
Create a user
GET
Get user by id
PUT
Update a user
GET
Check the status of a write operation
GET
Get integration by id
PUT
Update an integration
DEL
Delete an integration
POST
Trigger a backsync on an integration.
POST
Trigger a manual sync on an integration.
GET
Get all my property configurations
GET
Get job schedules by integration id
GET
Get the normalized values mappings for a specific field
PUT
Update a property configuration
GET
The current PMS rate limits associated with your integration.
GET
Get job schedule by id
Amenities
Applicants
Applications
Appointments
Billing and Payments
Construction Job Cost
Employees
Events
Files
Invoices
Leads
Leases
Listings
Owners
Properties
Purchase Orders
Residents
Service Requests
Timezones
Units
Vendors
Webhooks Configuration
Login
API Reference
Admin
Create a user
POST
https://
api.propexo.com
/
v1
/
admin
/
users
/
Create a user
Request
This endpoint expects an object.
first_name
string
Required
The first name of the user
last_name
string
Required
The last name of the user
email
string
Required
The email of the user
roles
list of "ADMIN" or "DEVELOPER"
Required
Allowed values:
ADMIN
DEVELOPER
The roles the user has assigned to them
phone
string
Optional
The phone number of the user
Response
This endpoint returns an object.
result
object
Show 7 properties
Errors
400
Bad Request
Built with