Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Invendor Users API

The Users API from Invendor — 14 operation(s) for users.

Invendor Users API is one of 42 APIs that Invendor publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Users. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 19 operations across 14 paths, and defines 24 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against the base URL https://api.invendor.com.

19 operations 14 paths 24 schemas 2 DELETE7 GET8 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.invendor.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Invendor Users API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 1 scope. By default, every request must be authenticated.

Paths & Operations 19

Across 14 paths, the API surfaces 19 operations — 2 DELETE, 7 GET, 8 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Users 19
GET
/v1/Users/info
Returns user info of a current user (authenticated)
Get UserInfo 1 param → 200400401403
GET
/v1/Users
Returns all users based on the request
Users list 7 params → 200400401403
POST
/v1/Users
Creates a new user
Create user 1 param body → 201400422401403
GET
/v1/Users/{userId}
Retruns user details by id
Get user details by userid 2 params → 200400401403
PUT
/v1/Users/{userId}
Update user details
Update user 2 params body → 204400422401403
DELETE
/v1/Users/{userId}
Delete user
Delete user 2 params → 204400401403
GET
/v1/Users/{username}
Returns user details by username
Get user details by username 2 params → 200400401403
GET
/v1/Users/properties
Returns the list of all the properties added to the user groups
Get all user properties 1 param → 200400401403
GET
/v1/Users/definedProperties
Get the defined properties for users
Get defined properties for users 1 param → 200400401403
POST
/v1/Users/definedProperties
Create new user property with parameters
Create user defined property with parameters 1 param body → 200400401403
PUT
/v1/Users/definedProperties/{id}
Update existing user property with parameters
Update user defined property with parameters 2 params body → 200400401403
DELETE
/v1/Users/definedProperties/{id}
Delete existing user property with parameters
Delete user defined propety with parameters 2 params → 200400401403
POST
/v1/Users/definedProperties/bulk
Bulk upsert/delete user properties with parameters
Create or update user defined propeties with parameters 1 param body → 200400401403
POST
/v1/Users/change-password
Change user password
Change user password 1 param body → 204400422401403
POST
/v1/Users/{userId}/nfcid
Create or update user NFCID. (This operation allows to change users "OWN" NFCID)
Create or update users NFCID 2 params body → 204400401403
POST
/v1/Users/{userId}/reset-mfa
Reset MFA, User can reconfigure new authenticator app
User can reconfigure new authenticator 2 params → 204400401403
POST
/v1/Users/bulk
Bulk insert group users
Bulk insert users 2 params body → 204400401403
POST
/v1/Users/{userId}/password-reset-email
Generate a user password reset link and send an email
3 params → 200400401403
GET
/api/v1/Users/all
Get all tenant users
1 param → 200400401403

Schemas 24

The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are UserInfoResponse (22 properties), UserDetailsResponse (21 properties), UserResponse (16 properties), UpdateUserDetailsRequest (12 properties). Each schema is shown below with its type and property counts.

CreateDefinedPropertyParametersRequest
object
5 properties
UpdateUserDetailsRequest
object
12 properties
ChangeUserPasswordRequest
object
1 property
UserModuleListItem
object
2 properties
UserDetailsResponse
object
21 properties
UserInfoResponse
object
22 properties
CreateUserRequest
object
12 properties 3 required
GetDefinedPropertyParametersResponse
object
7 properties
UserResponse
object
16 properties
PropertyDTO
object
2 properties
Error
object
2 properties
UserServiceSubscriptions
object
3 properties
UserResponsePagedResult
object
5 properties
UpdateDefinedPropertyParametersRequest
object
6 properties
Int32ResourceCreatedResponse
object
1 property
ProblemDetails
object
5 properties
UserProfileAccountResponse
object
10 properties
BulkUpsertDefinedPropertyParametersRequest
object
6 properties
UsersDTO
object
10 properties
UpdateUsersNFCIDRequest
object
1 property
ExtendedPropertyAffinity
integer
FeatureResponse
object
3 properties
ApiErrorResponse
object
1 property
DefinedPropertyValueDTO
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

invendor-users-api-openapi.yml Raw ↑

Other APIs Invendor publishes across the network.

Invendor Accounts API
Invendor Auth API
Invendor Barcodes API
Invendor Consumption API
Invendor DataJobs API
Invendor Devices API
Invendor Dimensions API
Invendor DimensionValues API
Invendor Doors API
Invendor DynamicScanContent API
Invendor ExtendedProperties API
Invendor FlagTypes API