Enable API access for an organization user in Vultr IAM so the user can authenticate to the Vultr API using their own API key and account credentials.
API access allows a user to interact with the Vultr account programmatically through the Vultr API, Vultr CLI, or other API clients. Enabling API access for a user permits that user to authenticate requests using their own API key.
Follow this guide to enable API access for a user using the Vultr API or the Vultr CLI.
Use a root user account or a user with the Manage Users permission on the organization.
Send a GET request to the List Users endpoint to retrieve all users and note the target user's id.
Send a PATCH request to the Update User endpoint to enable API access for the user. Replace {user-id} with the id from the previous step.
A successful update returns an HTTP 202 Accepted response.
Send a GET request to the Get User endpoint to retrieve the user details. Replace {user-id} with the user id.
Verify that api_enabled shows true.
0 Comments
Be the first to comment and share your perspective with the community.