GET
/
api
/
v2
/
users
/
me
/
organizations
cURL
curl --request GET \
  --url https://app.infisical.com/api/v2/users/me/organizations \
  --header 'X-API-Key: <api-key>'
{
  "organizations": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "customerId": "<string>",
      "slug": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "authEnforced": false,
      "scimEnabled": false
    }
  ]
}
This endpoint will be deprecated in the near future in Q1/Q2 2024.We recommend switching to using identities.

Authorizations

X-API-Key
string
header
required

An API Key in Infisical

Response

200 - application/json

Default Response

organizations
object[]
required