PATCH
/
api
/
v1
/
organizations
/
{organizationId}
Update organization
curl --request PATCH \
  --url https://api.drip.re/api/v1/organizations/{organizationId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "logo": "<string>",
  "premiumLevel": 123,
  "businessTypes": [
    "<string>"
  ],
  "teamSize": "<string>",
  "otherType": "<string>",
  "socialLinks": [
    {
      "type": "<string>",
      "value": "<string>"
    }
  ]
}'
{
  "id": "<string>",
  "name": "<string>",
  "ownerId": "<string>",
  "owner": {
    "id": "<string>",
    "dynamicId": "<string>",
    "username": "<string>",
    "displayName": "<string>",
    "imageUrl": "<string>",
    "email": "<string>",
    "about": "<string>",
    "alias": "<string>",
    "metadata": {},
    "firstVisit": "2023-11-07T05:31:56Z",
    "lastVisit": "2023-11-07T05:31:56Z",
    "referred": [
      {
        "id": "<string>",
        "referredById": "<string>",
        "referredBy": {},
        "referralId": "<string>",
        "referred": {},
        "referredId": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z"
      }
    ],
    "referredBy": {
      "id": "<string>",
      "referredById": "<string>",
      "referredBy": {},
      "referralId": "<string>",
      "referred": {},
      "referredId": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    },
    "referralId": "<string>",
    "credentials": [
      "<any>"
    ],
    "teamMemberships": [
      {
        "id": "<string>",
        "realmId": "<string>",
        "realm": {
          "id": "<string>",
          "activeTokens": {},
          "analytics": {},
          "extraPerks": {},
          "level": 123,
          "members": [
            {
              "id": "<string>",
              "realmMemberId": "<string>",
              "dynamicId": "<string>",
              "username": "<string>",
              "displayName": "<string>",
              "imageUrl": "<string>",
              "email": "<string>",
              "about": "<string>",
              "alias": "<string>",
              "metadata": {},
              "firstVisit": "2023-11-07T05:31:56Z",
              "lastVisit": "2023-11-07T05:31:56Z",
              "joinedAt": "2023-11-07T05:31:56Z",
              "referralId": "<string>",
              "credentials": [
                {
                  "format": "<string>",
                  "publicIdentifier": "<string>",
                  "oauthProvider": "<string>",
                  "oauthAccountId": "<string>"
                }
              ],
              "balances": [
                {
                  "balance": 123,
                  "currencyId": "<string>",
                  "currencyName": "<string>",
                  "currencyEmoji": "<string>"
                }
              ],
              "teamMembership": {
                "id": "<string>",
                "role": "<string>",
                "scopes": [
                  "<string>"
                ]
              }
            }
          ],
          "apiClient": {
            "id": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "clientId": "<string>",
            "clientSecret": "<string>",
            "realmId": "<string>",
            "realm": {},
            "token": "<string>"
          },
          "name": "<string>",
          "ownerId": "<string>",
          "description": "<string>",
          "logo": "<string>",
          "banner": "<string>",
          "image": "<string>",
          "imageBlurHash": "<string>",
          "fontMain": "<string>",
          "fontHeader": "<string>",
          "subdomain": "<string>",
          "customDomain": "<string>",
          "premiumLevel": 123,
          "serverId": "<string>",
          "subscriptions": [
            "<any>"
          ],
          "tokenAlias": "<string>",
          "wallet": "<string>",
          "whitelabel": {},
          "configuration": {
            "step": 123,
            "render": {},
            "preview": {},
            "sectionConfiguration": {},
            "pageConfiguration": {},
            "colorConfiguration": {},
            "fontConfiguration": {}
          },
          "published": true,
          "verified": true,
          "tags": [
            "<string>"
          ],
          "twitter": {
            "code": "<string>",
            "channel": "<string>",
            "username": "<string>",
            "company": "<string>",
            "url": "<string>",
            "metadata": {}
          },
          "discord": {
            "code": "<string>",
            "channel": "<string>",
            "username": "<string>",
            "company": "<string>",
            "url": "<string>",
            "metadata": {}
          },
          "youtube": {
            "code": "<string>",
            "channel": "<string>",
            "username": "<string>",
            "company": "<string>",
            "url": "<string>",
            "metadata": {}
          },
          "instagram": {
            "code": "<string>",
            "channel": "<string>",
            "username": "<string>",
            "company": "<string>",
            "url": "<string>",
            "metadata": {}
          },
          "medium": {
            "code": "<string>",
            "channel": "<string>",
            "username": "<string>",
            "company": "<string>",
            "url": "<string>",
            "metadata": {}
          },
          "linkedin": {
            "code": "<string>",
            "channel": "<string>",
            "username": "<string>",
            "company": "<string>",
            "url": "<string>",
            "metadata": {}
          },
          "tiktok": {
            "code": "<string>",
            "channel": "<string>",
            "username": "<string>",
            "company": "<string>",
            "url": "<string>",
            "metadata": {}
          },
          "telegram": {
            "code": "<string>",
            "channel": "<string>",
            "username": "<string>",
            "company": "<string>",
            "url": "<string>",
            "metadata": {}
          },
          "teamMembers": [
            {}
          ],
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z"
        },
        "accountId": "<string>",
        "account": {},
        "role": "OWNER",
        "scopes": [
          "<string>"
        ],
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z"
      }
    ]
  },
  "description": "<string>",
  "logo": "<string>",
  "premiumLevel": 123,
  "subscriptions": {},
  "realms": [
    {
      "id": "<string>",
      "activeTokens": {},
      "analytics": {},
      "extraPerks": {},
      "level": 123,
      "members": [
        {
          "id": "<string>",
          "realmMemberId": "<string>",
          "dynamicId": "<string>",
          "username": "<string>",
          "displayName": "<string>",
          "imageUrl": "<string>",
          "email": "<string>",
          "about": "<string>",
          "alias": "<string>",
          "metadata": {},
          "firstVisit": "2023-11-07T05:31:56Z",
          "lastVisit": "2023-11-07T05:31:56Z",
          "joinedAt": "2023-11-07T05:31:56Z",
          "referralId": "<string>",
          "credentials": [
            {
              "format": "<string>",
              "publicIdentifier": "<string>",
              "oauthProvider": "<string>",
              "oauthAccountId": "<string>"
            }
          ],
          "balances": [
            {
              "balance": 123,
              "currencyId": "<string>",
              "currencyName": "<string>",
              "currencyEmoji": "<string>"
            }
          ],
          "teamMembership": {
            "id": "<string>",
            "role": "<string>",
            "scopes": [
              "<string>"
            ]
          }
        }
      ],
      "apiClient": {
        "id": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "clientId": "<string>",
        "clientSecret": "<string>",
        "realmId": "<string>",
        "realm": {},
        "token": "<string>"
      },
      "name": "<string>",
      "ownerId": "<string>",
      "description": "<string>",
      "logo": "<string>",
      "banner": "<string>",
      "image": "<string>",
      "imageBlurHash": "<string>",
      "fontMain": "<string>",
      "fontHeader": "<string>",
      "subdomain": "<string>",
      "customDomain": "<string>",
      "premiumLevel": 123,
      "serverId": "<string>",
      "subscriptions": [
        "<any>"
      ],
      "tokenAlias": "<string>",
      "wallet": "<string>",
      "whitelabel": {},
      "configuration": {
        "step": 123,
        "render": {},
        "preview": {},
        "sectionConfiguration": {},
        "pageConfiguration": {},
        "colorConfiguration": {},
        "fontConfiguration": {}
      },
      "published": true,
      "verified": true,
      "tags": [
        "<string>"
      ],
      "twitter": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "discord": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "youtube": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "instagram": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "medium": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "linkedin": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "tiktok": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "telegram": {
        "code": "<string>",
        "channel": "<string>",
        "username": "<string>",
        "company": "<string>",
        "url": "<string>",
        "metadata": {}
      },
      "teamMembers": [
        {}
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "teamMembers": [
    {
      "id": "<string>",
      "organizationId": "<string>",
      "organization": {},
      "accountId": "<string>",
      "account": {
        "id": "<string>",
        "dynamicId": "<string>",
        "username": "<string>",
        "displayName": "<string>",
        "imageUrl": "<string>",
        "email": "<string>",
        "about": "<string>",
        "alias": "<string>",
        "metadata": {},
        "firstVisit": "2023-11-07T05:31:56Z",
        "lastVisit": "2023-11-07T05:31:56Z",
        "referred": [
          {
            "id": "<string>",
            "referredById": "<string>",
            "referredBy": {},
            "referralId": "<string>",
            "referred": {},
            "referredId": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z"
          }
        ],
        "referredBy": {
          "id": "<string>",
          "referredById": "<string>",
          "referredBy": {},
          "referralId": "<string>",
          "referred": {},
          "referredId": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z"
        },
        "referralId": "<string>",
        "credentials": [
          "<any>"
        ],
        "teamMemberships": [
          {
            "id": "<string>",
            "realmId": "<string>",
            "realm": {
              "id": "<string>",
              "activeTokens": {},
              "analytics": {},
              "extraPerks": {},
              "level": 123,
              "members": [
                {
                  "id": "<string>",
                  "realmMemberId": "<string>",
                  "dynamicId": "<string>",
                  "username": "<string>",
                  "displayName": "<string>",
                  "imageUrl": "<string>",
                  "email": "<string>",
                  "about": "<string>",
                  "alias": "<string>",
                  "metadata": {},
                  "firstVisit": "2023-11-07T05:31:56Z",
                  "lastVisit": "2023-11-07T05:31:56Z",
                  "joinedAt": "2023-11-07T05:31:56Z",
                  "referralId": "<string>",
                  "credentials": [
                    {
                      "format": "<string>",
                      "publicIdentifier": "<string>",
                      "oauthProvider": "<string>",
                      "oauthAccountId": "<string>"
                    }
                  ],
                  "balances": [
                    {
                      "balance": 123,
                      "currencyId": "<string>",
                      "currencyName": "<string>",
                      "currencyEmoji": "<string>"
                    }
                  ],
                  "teamMembership": {
                    "id": "<string>",
                    "role": "<string>",
                    "scopes": [
                      "<string>"
                    ]
                  }
                }
              ],
              "apiClient": {
                "id": "<string>",
                "createdAt": "2023-11-07T05:31:56Z",
                "updatedAt": "2023-11-07T05:31:56Z",
                "clientId": "<string>",
                "clientSecret": "<string>",
                "realmId": "<string>",
                "realm": {},
                "token": "<string>"
              },
              "name": "<string>",
              "ownerId": "<string>",
              "description": "<string>",
              "logo": "<string>",
              "banner": "<string>",
              "image": "<string>",
              "imageBlurHash": "<string>",
              "fontMain": "<string>",
              "fontHeader": "<string>",
              "subdomain": "<string>",
              "customDomain": "<string>",
              "premiumLevel": 123,
              "serverId": "<string>",
              "subscriptions": [
                "<any>"
              ],
              "tokenAlias": "<string>",
              "wallet": "<string>",
              "whitelabel": {},
              "configuration": {
                "step": 123,
                "render": {},
                "preview": {},
                "sectionConfiguration": {},
                "pageConfiguration": {},
                "colorConfiguration": {},
                "fontConfiguration": {}
              },
              "published": true,
              "verified": true,
              "tags": [
                "<string>"
              ],
              "twitter": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "discord": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "youtube": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "instagram": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "medium": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "linkedin": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "tiktok": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "telegram": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "teamMembers": [
                {}
              ],
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z"
            },
            "accountId": "<string>",
            "account": {},
            "role": "OWNER",
            "scopes": [
              "<string>"
            ],
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z"
          }
        ]
      },
      "role": "ADMIN",
      "realmPermissions": [
        {
          "id": "<string>",
          "realmId": "<string>",
          "realm": {
            "id": "<string>",
            "activeTokens": {},
            "analytics": {},
            "extraPerks": {},
            "level": 123,
            "members": [
              {
                "id": "<string>",
                "realmMemberId": "<string>",
                "dynamicId": "<string>",
                "username": "<string>",
                "displayName": "<string>",
                "imageUrl": "<string>",
                "email": "<string>",
                "about": "<string>",
                "alias": "<string>",
                "metadata": {},
                "firstVisit": "2023-11-07T05:31:56Z",
                "lastVisit": "2023-11-07T05:31:56Z",
                "joinedAt": "2023-11-07T05:31:56Z",
                "referralId": "<string>",
                "credentials": [
                  {
                    "format": "<string>",
                    "publicIdentifier": "<string>",
                    "oauthProvider": "<string>",
                    "oauthAccountId": "<string>"
                  }
                ],
                "balances": [
                  {
                    "balance": 123,
                    "currencyId": "<string>",
                    "currencyName": "<string>",
                    "currencyEmoji": "<string>"
                  }
                ],
                "teamMembership": {
                  "id": "<string>",
                  "role": "<string>",
                  "scopes": [
                    "<string>"
                  ]
                }
              }
            ],
            "apiClient": {
              "id": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z",
              "clientId": "<string>",
              "clientSecret": "<string>",
              "realmId": "<string>",
              "realm": {},
              "token": "<string>"
            },
            "name": "<string>",
            "ownerId": "<string>",
            "description": "<string>",
            "logo": "<string>",
            "banner": "<string>",
            "image": "<string>",
            "imageBlurHash": "<string>",
            "fontMain": "<string>",
            "fontHeader": "<string>",
            "subdomain": "<string>",
            "customDomain": "<string>",
            "premiumLevel": 123,
            "serverId": "<string>",
            "subscriptions": [
              "<any>"
            ],
            "tokenAlias": "<string>",
            "wallet": "<string>",
            "whitelabel": {},
            "configuration": {
              "step": 123,
              "render": {},
              "preview": {},
              "sectionConfiguration": {},
              "pageConfiguration": {},
              "colorConfiguration": {},
              "fontConfiguration": {}
            },
            "published": true,
            "verified": true,
            "tags": [
              "<string>"
            ],
            "twitter": {
              "code": "<string>",
              "channel": "<string>",
              "username": "<string>",
              "company": "<string>",
              "url": "<string>",
              "metadata": {}
            },
            "discord": {
              "code": "<string>",
              "channel": "<string>",
              "username": "<string>",
              "company": "<string>",
              "url": "<string>",
              "metadata": {}
            },
            "youtube": {
              "code": "<string>",
              "channel": "<string>",
              "username": "<string>",
              "company": "<string>",
              "url": "<string>",
              "metadata": {}
            },
            "instagram": {
              "code": "<string>",
              "channel": "<string>",
              "username": "<string>",
              "company": "<string>",
              "url": "<string>",
              "metadata": {}
            },
            "medium": {
              "code": "<string>",
              "channel": "<string>",
              "username": "<string>",
              "company": "<string>",
              "url": "<string>",
              "metadata": {}
            },
            "linkedin": {
              "code": "<string>",
              "channel": "<string>",
              "username": "<string>",
              "company": "<string>",
              "url": "<string>",
              "metadata": {}
            },
            "tiktok": {
              "code": "<string>",
              "channel": "<string>",
              "username": "<string>",
              "company": "<string>",
              "url": "<string>",
              "metadata": {}
            },
            "telegram": {
              "code": "<string>",
              "channel": "<string>",
              "username": "<string>",
              "company": "<string>",
              "url": "<string>",
              "metadata": {}
            },
            "teamMembers": [
              {}
            ],
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z"
          },
          "teamMemberId": "<string>",
          "teamMember": {},
          "permissions": [
            "<string>"
          ],
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z"
        }
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "teamInvites": [
    {
      "id": "<string>",
      "token": "<string>",
      "organizationId": "<string>",
      "organization": {},
      "accountId": "<string>",
      "account": {
        "id": "<string>",
        "dynamicId": "<string>",
        "username": "<string>",
        "displayName": "<string>",
        "imageUrl": "<string>",
        "email": "<string>",
        "about": "<string>",
        "alias": "<string>",
        "metadata": {},
        "firstVisit": "2023-11-07T05:31:56Z",
        "lastVisit": "2023-11-07T05:31:56Z",
        "referred": [
          {
            "id": "<string>",
            "referredById": "<string>",
            "referredBy": {},
            "referralId": "<string>",
            "referred": {},
            "referredId": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z"
          }
        ],
        "referredBy": {
          "id": "<string>",
          "referredById": "<string>",
          "referredBy": {},
          "referralId": "<string>",
          "referred": {},
          "referredId": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z"
        },
        "referralId": "<string>",
        "credentials": [
          "<any>"
        ],
        "teamMemberships": [
          {
            "id": "<string>",
            "realmId": "<string>",
            "realm": {
              "id": "<string>",
              "activeTokens": {},
              "analytics": {},
              "extraPerks": {},
              "level": 123,
              "members": [
                {
                  "id": "<string>",
                  "realmMemberId": "<string>",
                  "dynamicId": "<string>",
                  "username": "<string>",
                  "displayName": "<string>",
                  "imageUrl": "<string>",
                  "email": "<string>",
                  "about": "<string>",
                  "alias": "<string>",
                  "metadata": {},
                  "firstVisit": "2023-11-07T05:31:56Z",
                  "lastVisit": "2023-11-07T05:31:56Z",
                  "joinedAt": "2023-11-07T05:31:56Z",
                  "referralId": "<string>",
                  "credentials": [
                    {
                      "format": "<string>",
                      "publicIdentifier": "<string>",
                      "oauthProvider": "<string>",
                      "oauthAccountId": "<string>"
                    }
                  ],
                  "balances": [
                    {
                      "balance": 123,
                      "currencyId": "<string>",
                      "currencyName": "<string>",
                      "currencyEmoji": "<string>"
                    }
                  ],
                  "teamMembership": {
                    "id": "<string>",
                    "role": "<string>",
                    "scopes": [
                      "<string>"
                    ]
                  }
                }
              ],
              "apiClient": {
                "id": "<string>",
                "createdAt": "2023-11-07T05:31:56Z",
                "updatedAt": "2023-11-07T05:31:56Z",
                "clientId": "<string>",
                "clientSecret": "<string>",
                "realmId": "<string>",
                "realm": {},
                "token": "<string>"
              },
              "name": "<string>",
              "ownerId": "<string>",
              "description": "<string>",
              "logo": "<string>",
              "banner": "<string>",
              "image": "<string>",
              "imageBlurHash": "<string>",
              "fontMain": "<string>",
              "fontHeader": "<string>",
              "subdomain": "<string>",
              "customDomain": "<string>",
              "premiumLevel": 123,
              "serverId": "<string>",
              "subscriptions": [
                "<any>"
              ],
              "tokenAlias": "<string>",
              "wallet": "<string>",
              "whitelabel": {},
              "configuration": {
                "step": 123,
                "render": {},
                "preview": {},
                "sectionConfiguration": {},
                "pageConfiguration": {},
                "colorConfiguration": {},
                "fontConfiguration": {}
              },
              "published": true,
              "verified": true,
              "tags": [
                "<string>"
              ],
              "twitter": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "discord": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "youtube": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "instagram": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "medium": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "linkedin": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "tiktok": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "telegram": {
                "code": "<string>",
                "channel": "<string>",
                "username": "<string>",
                "company": "<string>",
                "url": "<string>",
                "metadata": {}
              },
              "teamMembers": [
                {}
              ],
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z"
            },
            "accountId": "<string>",
            "account": {},
            "role": "OWNER",
            "scopes": [
              "<string>"
            ],
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z"
          }
        ]
      },
      "email": "[email protected]",
      "role": "ADMIN",
      "status": "pending",
      "expiresAt": "2023-11-07T05:31:56Z",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "_count": {
    "realms": 123,
    "teamMembers": 123
  },
  "createdAt": "2023-11-07T05:31:56Z",
  "businessTypes": [
    "<string>"
  ],
  "teamSize": "<string>",
  "otherType": "<string>",
  "socialLinks": [
    {
      "type": "<string>",
      "value": "<string>"
    }
  ],
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

API Key

Body

application/json

Response

200
application/json

Default Response

The response is of type any.