Skip to main content
Version: 2.0

Get User API Definition

The Get User API lets you retrieve information about a specific user on the account.

Get User Request and Response

To get a user, send a GET request to /v2/users/{username}, where {username} is the User ID of the user you want to retrieve.

The response contains the user ID, email, username, enabled status, description, creation and update timestamps, and assigned API roles.

REST 2.0 URL

Get User Endpoint Address

Vectara exposes a REST endpoint at the following URL to get a user:
https://api.vectara.io/v2/users:username

The API Reference shows the full Get User REST definition.