![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@cloudinary/account-provisioning
Advanced tools
Accounts with provisioning API access can create and manage their product environments, users and user groups using the RESTful Provisioning API.
Provisioning API access is available upon request for accounts on an Enterprise plan.
The API uses Basic Authentication over HTTPS. Your Provisioning Key and Provisioning Secret are used for the authentication. These credentials (as well as your ACCOUNT_ID) are located in the Cloudinary Console under Settings > Account > Provisioning API Access, or they can be obtained from the provisioning environment variable available on your Cloudinary Console Dashboard.
The Provisioning API has dedicated SDKs for the following languages:
Useful links:
All URIs are relative to https://api.cloudinary.com/v1_1/provisioning/accounts/ACCOUNT_ID
Class | Method | HTTP request | Description |
---|---|---|---|
AccessKeysApi | deleteAccessKey | DELETE /sub_accounts/{sub_account_id}/access_keys/{key} | Delete access key |
AccessKeysApi | deleteAccessKeyByName | DELETE /sub_accounts/{sub_account_id}/access_keys | Delete access key by name |
AccessKeysApi | generateAccessKey | POST /sub_accounts/{sub_account_id}/access_keys | Generate an access key |
AccessKeysApi | getAccessKeys | GET /sub_accounts/{sub_account_id}/access_keys | Get access keys |
AccessKeysApi | updateAccessKey | PUT /sub_accounts/{sub_account_id}/access_keys/{key} | Update an access key |
ProductEnvironmentsApi | createProductEnvironment | POST /sub_accounts | Create product environment |
ProductEnvironmentsApi | deleteProductEnvironment | DELETE /sub_accounts/{sub_account_id} | Delete product environment |
ProductEnvironmentsApi | getProductEnvironment | GET /sub_accounts/{sub_account_id} | Get product environment |
ProductEnvironmentsApi | getProductEnvironments | GET /sub_accounts | Get product environments |
ProductEnvironmentsApi | updateProductEnvironment | PUT /sub_accounts/{sub_account_id} | Update product environment |
UserGroupsApi | addUserToUserGroup | POST /user_groups/{group_id}/users/{user_id} | Add User to User Group |
UserGroupsApi | createUserGroup | POST /user_groups | Create User Group |
UserGroupsApi | deleteUserGroup | DELETE /user_groups/{group_id} | Delete User Group |
UserGroupsApi | getUserGroup | GET /user_groups/{group_id} | Get User Group |
UserGroupsApi | getUserGroups | GET /user_groups | Get User Groups |
UserGroupsApi | getUsersInUserGroup | GET /user_groups/{group_id}/users | Get Users in User Group |
UserGroupsApi | removeUserFromUserGroup | DELETE /user_groups/{group_id}/users/{user_id} | Remove User from User Group |
UserGroupsApi | updateUserGroup | PUT /user_groups/{group_id} | Update User Group |
UsersApi | createUser | POST /users | Create user |
UsersApi | deleteUser | DELETE /users/{user_id} | Delete user |
UsersApi | getUser | GET /users/{user_id} | Get user |
UsersApi | getUsers | GET /users | Get users |
UsersApi | updateUser | PUT /users/{user_id} | Update user |
npm install @cloudinary/account-provisioning
If you run into an issue or have a question, you can either:
Released under the MIT license.
FAQs
NodeJS client for @cloudinary/account-provisioning
We found that @cloudinary/account-provisioning demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.