cURL
curl --request GET \ --url https://api.getgranite.ai/api/me
{ "member_id": "<string>", "email": "<string>", "status": "<string>", "organization": { "organization_id": "<string>", "organization_name": "<string>", "organization_slug": "<string>" }, "created_at": "2023-11-07T05:31:56Z", "roles": [ "<string>" ] }
Retrieve information about the currently authenticated user
Successful Response
Current authenticated user information
Unique member identifier
User email address
Member status
User's current organization
Show child attributes
Account creation timestamp
Member roles