vtex.local – License-Manager-API
Welcome!
The License Manager API allows you to create users, modify their names and emails, as well as add and remove roles from users.
ATTRIBUTES
- Homepage
- https://api.apis.guru/v2/specs/vtex.local:License-Manager-API/1.0.json
- Provider
- vtex.local:License-Manager-API / License-Manager-API
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/vtex.local/License-Manager-API/1.0/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/vtex.local/License-Manager-API/1.0/openapi.yaml
Tools (14)
Extracted live via the executor SDK.
-
account.getAccountRetrieves information from an account, such as company and sponsor user details, stores, and appTokens.
This endpoint only accepts requests from the host list designated for that store. If you want to try this request from this portal, be sure to add it to the list. Learn how to add hosts to the list in .
-
appKeys.createnewappkeyCreates a new pair of
appKeyandappToken. -
appKeys.getappkeysfromaccountGets all application keys from an account.
-
appKeys.updateappkeyActivates or deactivates an
appKeyby its ID. -
roles.getListRolesReturns a list of available roles. The response is divided in pages. The query parameter
numItemsdefines the number of items in each page, and consequently the amount of pages for the whole list. -
roles.getRolesbyUserGets roles of a particular user or application key.
-
roles.putRolesinUserAllows you to add roles to a particular user or application key by specifying the list of roles' IDs on the request's body.
-
roles.removeRolefromUserAllows you to remove a role from a specific user or application key. This method only allows the removal of one role per request. The role's ID must be specified on the request path, not on the request body.
Note that a successful response returns a
204response with an empty body. A deletion on a role or user that does not exist will also return a204. Thus, this method should not be used to verify the existence of a specific user or role. -
store.getByAccountGets the stores and respective hosts of the account
-
user.createUserAllows you to create a user by providing an email (mandatory) and name (optional). The email must be in a valid format. The success response will contain the generated
userIdfor that user. -
user.getListUsersReturns a list of registered users. The response is divided in pages. The query parameter
numItemsdefines the number of items in each page, and consequently the amount of pages for the whole list. -
user.getUserAllows you to get a user from the database, using the
userIdas the identifier. -
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools