For the complete documentation index, see llms.txt. This page is also available as Markdown.

Fetching user information

This short article explains how you can fetch information about current user.

To use this endpoint, ensure that authentication is performed beforehand. Refer to the Getting Started guide for detailed instructions. This endpoint provides all details about current user.

get
Responses
200

OK

responsestatusstring · enumOptionalPossible values:
erroridstring · nullableOptional
errormessagestring · nullableOptional
errorcodeinteger · int32 · nullableRead-onlyOptional

Numeric representation of the responsestatus field.

get
/user/me

Last updated

Was this helpful?