Create a user
Creates a user using a POST http method. The user will receive an invitation email.
Required properties:
first_name— User given namelast_name— User family nameemail— User emailrole_id— ID of the user’s role:- 1: C-Level
- 2: Director
- 3: Project Manager
- 4: Collaborator
- 5: Freelancer
- 6: Client
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
User given name
User family name
User email
User Role: 1=C-Level, 2=Director, 3=Project Manager, 4=Collaborator, 5=Freelancer, 6=Client
1, 2, 3, 4, 5, 6 ID of the user's position
User phone number
User description
User birthday (YYYY-MM-DD)
Department or area
Hourly rate
Monthly hours
Daily hours
Plan ID: 4=Project Management, 5=Capacity Planning
4, 5 Whether user is hidden
Whether to charge hours
Monthly salary amount
Response
User created successfully
URL to user's profile picture
1=C-Level, 2=Director, 3=Project Manager, 4=Collaborator, 5=Freelancer, 6=Client
4=Project Management, 5=Capacity Planning
UTC offset from the user's last login location. Indicates the timezone configured at their last login.
"-03:00"

