cURL
curl --request GET \ --url https://app.demandiq.com/api/auth/me
{ "user": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "jsmith@example.com", "name": "<string>" }, "organization": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" } }
Return the authenticated user’s profile and organization info.
Current session info
Show child attributes