{ "id": "string", "first_name": "string", "last_name": "string", "email": "string", "type": "user", "is_project_lead": true, "added_at": "2019-08-24T14:15:22Z", "space": { "id": "string", "name": "string" } }
- UserData
AccountingLineItemType
BusinessFieldData
ChartOfAccountData
ChartOfAccountsBookingData
ChartOfAccountsBookingDocumentData
ClientData
ClientFullData
ClientSegment
CommentData
CompanyData
ContactCompanyPivotData
ContactData
CostCenterType
CountryData
CustomFieldData
CustomFieldEntityType
CustomFieldType
DiscountData
EffortAdminCategoryData
EffortData
EffortTypeData
EpicData
ExternalCostData
FileData
IncomingInvoiceBookingData
IncomingInvoiceData
IncomingInvoicePaymentAccountData
IncomingInvoicePaymentBookingData
IncomingInvoicePaymentData
IncomingInvoiceType
IncomingInvoiceVatData
IntegrationData
MetricData
MilestoneData
OfferData
OfferLineItemData
OfferStatus
OfferUnitIntervalType
OutgoingInvoiceData
OutgoingInvoiceLineItemData
OutgoingInvoiceMasterData
OutgoingInvoiceMasterType
OutgoingInvoicePaymentBookingData
OutgoingInvoicePaymentStatus
OutgoingInvoiceReferenceData
OutgoingInvoiceStatus
PaymentAccountData
PaymentAccountType
PaymentBookingData
PaymentData
PhaseData
PhaseGroupData
PhaseTypeData
PositionData
ProjectData
ProjectGroupData
ProjectPortfolioData
ProjectTagData
ProjectTypeData
SpaceData
SupplierCategoryData
SupplierData
SupplierFullData
TagData
TaskData
TaskDueDateRecurringType
TaskDueDateSettingsData
TaskPriorityOptionData
TaskStatus
TeamMemberData
UserFullData
UserPlan
UserType
UsergroupData
WebhookCreateData
WebhookData
WebhookEvent
UserData
Kanbert (v1)
{ "id": "string", "first_name": "string", "last_name": "string", "email": "string", "type": "user", "space": { "id": "string", "name": "string" } }
Can be used to add an identifier to the client from an external system, must be unique
Date of leaving the company - if set in the future, the employee will be archived on that date
Enum"basic""standard""external""advanced""expert""guest""tax_advisor""integration""not_assigned"
Any of:
The key is the field name for your custom field, value type depends on the field type
{ "id": "string", "external_id": "string", "external_origin": "string", "first_name": "string", "last_name": "string", "title": "string", "title_suffix": "string", "email": "user@example.com", "birthday": "2019-08-24", "gender": "string", "position": "string", "special_roles": "string", "skills": "string", "profile": "string", "language": "string", "languages": "string", "telephone_office": "string", "phone_extension": "string", "telephone": "string", "entry_date": "2019-08-24", "leave_date": "2019-08-24", "type": "user", "plan": "basic", "is_owner": true, "avatar": { "id": "string", "file_name": "string", "mime_type": "string", "size": 0, "entity_id": "string", "entity_type": "string", "created_at": "string" }, "userGroups": [ { … } ], "custom_fields": "['custom_field_1' => 'value', 'custom_field_2' => true]", "created_at": "2019-08-24T14:15:22Z", "deleted_at": "2019-08-24T14:15:22Z" }