/
IN
invendor
/
IO.CommonAPI
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14h ago · Updated 3d ago
Details
Filter operations
Accounts
20
Auth
3
Barcodes
1
DataJobs
2
Devices
13
Dimensions
10
DimensionValues
9
Doors
1
DynamicScanContent
2
ExtendedProperties
5
FeatureFlags
1
FlagTypes
5
GlobalSettings
10
ItemPrices
12
ItemQuantities
2
Items
45
ItemTransactions
1
Journals
13
Locations
31
OperationDimGroups
5
Operations
31
Orders
18
QuestionDefinitions
5
Reports
7
Roles
1
ScaleLocker
6
Scales
1
Services
2
Subscriptions
5
UniqueItemStatuses
5
UnitConversions
6
Units
8
UserProfiles
14
Users
18
get
Returns user info of a current user (authenticated)
get
Returns all users based on the request
post
Creates a new user
get
Retruns user details by id
put
Update user details
delete
Delete user
get
Returns user details by username
get
Returns the list of all the properties added to the user groups
get
Get the defined properties for users
post
Create new user property with parameters
put
Update existing user property with parameters
delete
Delete existing user property with parameters
post
Bulk upsert/delete user properties with parameters
post
Change user password
post
Create or update user NFCID. (This operation allows to change users "OWN" NFCID)
post
Reset MFA, User can reconfigure new authenticator app
post
Bulk insert group users
post
Generate a user password reset link and send an email
WMSItemLocationParams
11
WMSLocations
14
Users
Returns user info of a current user (authenticated)
get
/v1/Users/info
Query parameters
{"stackTrail":"paths:/v1/Users/info:get:parameters:0:schema","oasType":"schema","type":"unknown","title":"Account"}
Account
Response
Success
UserInfoResponse
required
id
integer
username
string
nullable
accountId
integer
profileId
integer
firstName
string
nullable
lastName
string
nullable
fullName
string
nullable
profileName
string
nullable
identityId
string
nullable
nfcid
string
nullable
pin
string
nullable
simpleUser
boolean
isDashboardEnabled
boolean
email
string
nullable
emailConfirmed
boolean
mfaEnabled
boolean
accounts
UserProfileAccountResponse[]
nullable
services
UserServiceSubscriptions[]
nullable
modules
UserModuleListItem[]
nullable
roles
string[]
nullable
features
FeatureResponse[]
nullable
tenantId
string
uuid
Changes