/
BE
beis
/
API Documentation
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
Account Notes
7
Account verification body
4
Authorities
4
Ca external contacts
5
Ca site contacts
2
Cca Authorities
1
Cca Requests
3
Document Template Files
1
Document Templates
3
Facility
2
File Attachments
1
File Document Templates
1
File Documents
1
File Notes
1
Forgot Password
3
Items Assigned To Me
1
Items Assigned To Others
1
MiReports
4
Notice recipients
1
Notification Templates
3
Operator Authorities
3
Operator Users
5
get
Retrieves info of the logged in operator user
patch
Updates logged in operator user
get
Retrieves info of operator user by account and user id
patch
Updates operator user by account and user id
patch
Resets the 2FA device for an operator user by account and user id
Operator Users invitation
1
Operator users registration
3
Reference Data
1
Regulator Authorities
7
Regulator Users
6
Regulator users registration
2
Request action attachments handling
1
Request action file documents handling
1
Request actions
2
Request items
1
Request Notes
7
Request task attachments handling
2
Requests
4
Sector Association authorities
4
Sector Association Details update
2
Sector association info view
2
Sector association scheme
2
Sector Association Scheme Documents
1
Sector Associations site contacts
2
Sector Users
5
Sector Users invitation
1
Sector Users registration
3
Subsector association scheme
1
Target Unit Account info view
4
Target Unit Accounts site contacts
1
Tasks
3
Tasks Assignment
3
Tasks Release
1
Terms and conditions
3
UI Configuration
1
Unassigned Items
1
Underlying Agreements
1
Update Target Unit Account
4
User signatures
1
Users
3
Users Security Setup
2
VB site contacts
2
Verification Bodies
6
Operator Users
Updates logged in operator user
patch
/v1.0/operator-users/account/{accountId}
Path parameters
accountId
integer
required
The operator account id
Request body
CcaOperatorUserDetailsDTO
required
email
string
required
firstName
string
required
lastName
string
required
status
'REGISTERED'
|
'PENDING'
|
'DELETED'
jobTitle
string
phoneNumber
PhoneNumberDTO
mobileNumber
PhoneNumberDTO
contactType
'SECTOR_ASSOCIATION'
|
'OPERATOR'
|
'CONSULTANT'
required
organisationName
string
Response
OK
CcaOperatorUserDetailsDTO
required
email
string
required
firstName
string
required
lastName
string
required
status
'REGISTERED'
|
'PENDING'
|
'DELETED'
jobTitle
string
phoneNumber
PhoneNumberDTO
mobileNumber
PhoneNumberDTO
contactType
'SECTOR_ASSOCIATION'
|
'OPERATOR'
|
'CONSULTANT'
required
organisationName
string
Changes