Profile
Last updated
Last updated
GET /v2/me HTTP/1.1
Host: api.mithril.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"fid": "user_abc123456",
"email": "[email protected]",
"user_name": "text",
"organization_id": "text",
"organization_role": "text"
}GET /v2/me/teammates HTTP/1.1
Host: api.mithril.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"id": "text",
"fid": "user_abc123456",
"user_name": "text",
"email": "text",
"organization_role": "text",
"project_ids": [
"text"
],
"deactivated_at": "2024-01-01T00:00:00Z"
}
]