Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get current user information including accessible cubes.
cURL
curl --request GET \ --url https://api.example.com/users/me
{ "message": "Operation successful", "code": 200, "data": {} }
Successful Response
Response model for user operations.
Response message
"Operation successful"
Response status code
200
Response data