/
IN
intect
/
Intect REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 18h ago
Details
Filter operations
AbsenceInterval
6
Account
20
put
Updates an existing Account's data.
patch
Updates an existing Account's data.
get
Retrieves information about the Account object related to the current user. An Account is a containing entity for Companies and Users, and can refer to a payroll agency, accountant firm, corporation or similar.
get
Retrieves information about the Account object related to the current company. An Account is a containing entity for Companies and Users, and can refer to a payroll agency, accountant firm, corporation or similar.
get
Gets any accounts that can the current company can join.
get
Retrieves a list of all companies that belong to the current Account, with various information targeted towards accountants/bookkeepers. Note that this method cannot be used in conjunction with PUT or POST methods, it is read-only.
post
Creates a new company belonging to the current Account. Automatically grants administrator access to the current user. Provides options to copy configuration from an existing company.
post
Attaches an existing Intect company to the current Account. Requires that the current user already has full administrator access to the company.
post
Attaches the current company to the target Account.
delete
Removes an existing Intect company from the current Account. Requires that the current user already has full account administrator access.
put
Sets AccountComment for the relevant company. This field is only visible to users associated with the company's Account.
delete
Removes a User from the current user's Account (M-C organization).
get
Retrieves a list of all users that belong to the current Account.
get
Retrieves a list of all users that belong to the current Account.
get
Retrieves a list of all users that belong to the current Account, along with information about their access to the specified company.
get
Retrieves a list of all companies that belong to the current Account, along with information about a specific user's access to that company.
put
Grants or revokes access to a specific company for a user within the relevant Account. This can have the effect of either creating, updating, or deactivating a CompanyUser.
put
Grants or revokes access to a specific company for a user within the relevant Account. This can have the effect of either creating, updating, or deactivating a CompanyUser.
put
Grants or revokes access to companies for users within the relevant Account. This can have the effect of either creating, updating, or deactivating CompanyUsers.
get
Retrieves a list of all SalaryBatches across companies that belong to the current Account, and which the current user has access to.
Audit
7
Auth
19
Backend
2
Balances
24
Companies
27
CompanyCars
5
CompanyUsers
15
CustomValues
10
DimensionValues
5
Employments
25
EmploymentTemplates
30
Expense
13
Formulae
9
Holidays
6
Import
8
ImportMapping
15
Insights
22
Integrations
43
Miscellaneous
14
Modules
4
PaymentPlanRecipient
6
Preferences
4
Reports
10
SalaryBatches
30
SalaryCycles
14
SalaryLedgers
6
SalaryRecords
14
SalaryStatements
22
SalaryTypes
21
Startuptasks
4
StaticData
156
TimeEntry
19
TimeEntryTypes
19
Users
18
Account
Removes a User from the current user's Account (M-C organization).
delete
/api/account/users/{userId}
Path parameters
userId
integer
required
Response
OK
IntectUser
required
FullName
string
IdentityNumberFormatted
string
HasDummyIdentityNumber
boolean
IsTemporaryNorwegianIdentityNumber
boolean
Gender
IntectGender
AccountRole
IntectAccountRole
Id
integer
FirstName
string
MiddleName
string
LastName
string
IdentityNumber
string
BankRegNo
string
BankAccountNo
string
Username
string
LanguageId
integer
BicSwiftNo
string
IbanNo
string
AddressId
integer
AccessPhrase
string
DateOfBirth
string
date-time
nullable
TelMobile
string
TelFixed
string
Email
string
DefaultInitials
string
DefaultCompanyId
integer
nullable
UseGlobalEmail
boolean
IsFirstLogin
boolean
Preferences
string
Created
string
date-time
ShowUpdateNotification
boolean
ShowUrgentNotification
boolean
ShowPayslipTutorial
integer
AccountId
integer
nullable
AccountRoleId
integer
nullable
IsFemale
boolean
nullable
SystemAliasId
integer
IntectSupport
boolean
ShowFormulaConfigurationPage
boolean
ShowFormulaAssignments
boolean
IntectSupportAvailableSupportCenters
string
Address
IntectAddress
CompanyUsers
IntectCompanyUser[]
UserImage
IntectUserImage
LoginHistories
IntectLoginHistory[]
ActivatedCompanyModules
IntectCompanyModule[]
CalculatedSalaryBatches
IntectSalaryBatch[]
NorwayTaxSystemResponseLines
IntectNorwayTaxSystemResponseLine[]
Changes