identity

Get current user

Plan: All plans

Returns the authenticated user's profile and workspaces.

get/v1/me

Response

OK

emailstring required

User email address

idstring required

User ID

namestring required

User display name

Example response

{
  "email": "jane.cooper@acme.com",
  "id": "Xy7Kd2Lm9Qp4Rt6Vw8Zc1Bn3Fh5",
  "name": "Jane Cooper",
  "workspaces": [
    {
      "id": "workspace_01jw3k9m2xq8r5v0c7d4e6f2gh",
      "name": "Acme Inc",
      "role": "admin"
    }
  ]
}

Changes