/
IN
intect
/
Intect REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 19h ago · Updated 19h ago
Details
Filter operations
AbsenceInterval
6
Account
20
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
put
Updates an existing user's master data, including Address and UserEmails. Note that only UserEmail objects can be added and removed using this method. Provide null values (not empty lists) to leave child objects unmodified. This method is only accessible to the user himself.
post
Creates a new User within a Multi-Company organization. The current user must be a Multi-Company administrator.
patch
Updates an existing user's master data, including Address and UserEmails. Note that only UserEmail objects can be added and removed using this method. Provide null values (not empty lists) to leave child objects unmodified. This method is only accessible to the user himself.
get
Checks that a given identity (CPR) number is well-formed, and whether it represents an existing Intect user. Also gives the associated date of birth, and whether a warning should be raised for a failed "modulo 11 check".
get
Checks a given username is well-formed and available
get
Gets the current user's image as a raw byte array.
post
Sets the current user's image. The image must be attached to the request as a file.
get
Gets the specified user's image as a raw byte array. Defaults to the current user if no Id is specified.
post
Sets the specified user's image. The image must be attached to the request as a file.
get
Retrieves detailed information about the specified user.
get
Retrieves information about the currently logged-in user.
get
Retrieves a list of companies that the currently logged-in user has access to.
post
Sets the specified company as default for the current user.
put
Sets the specified language for the current user. Call GET to api/languages to get a list of supported languages. Note that the change may not have any effect if the company has not enabled the Language module.
put
Sets the specified language for the specified user. Call GET to api/languages to get a list of supported languages. Note that the change may not have any effect if the company has not enabled the Language module.
put
Sets the identity (CPR) number for the specified user.
put
Updates existing Users, including submitted Address (to be modified, not added or removed).
get
Does a lookup in public register, to get the master data for a user. This endpoint is only to be used for manually lookups.
Users
Retrieves detailed information about the specified user.
get
/api/users/{userId}
Path parameters
userId
integer
required
The Id of the user to retrieve information about.
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