/
TR
trychroma
/
chroma-frontend
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 3h ago · Updated 1mo ago
Details
Filter operations
Authentication
1
get
Get user identity
Collection
10
Database
4
Function
4
Record
9
System
5
Tenant
3
Authentication
Get user identity
Returns the current user's identity, tenant, and databases.
get
/api/v2/auth/identity
Response
User identity
GetUserIdentityResponse
required
databases
string[]
required
tenant
string
required
user_id
string
required
Changes