> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Users

> Current-user auth profile, user records, terms of service, and user API key operations.

Use this group for two related concerns:

* `/auth/profile` returns the authenticated caller profile
* `/v1/users/...` covers user records, terms of service, and user API keys

The routes live under different prefixes, but they are published together because they are typically used in the same account-management workflows.

Current-user operations:

* [Get auth profile](/tensormesh-api/user/v1/user_service/users/get-auth-profile)
* [List user API keys](/tensormesh-api/user/v1/user_service/users/list-user-api-keys)
* [Create user API key](/tensormesh-api/user/v1/user_service/users/create-user-api-key)

User record operations:

* [Get user by email](/tensormesh-api/user/v1/user_service/users/get-user-by-email)
* [Get user by id](/tensormesh-api/user/v1/user_service/users/get-user-by-id)
* [Update user](/tensormesh-api/user/v1/user_service/users/update-user)
