組織詳細(管理者向け)

GET/manage/organizations/:id

管理用の組織情報を取得します。組織の ADMIN のみアクセスできます。

認証要ログイン

パスパラメータ

idstring必須

組織 ID。

補足

OAuth アクセストークンでアクセスした場合、レスポンス JSON から email フィールドが再帰的に除去されます(セッション認証の管理画面では除去されません)。

リクエスト
curl https://api.4s.link/manage/organizations/ID \
-H "Authorization: Bearer 4s_at_..."
レスポンス例
{
"id": "o1a2b3c4-...",
"slug": "example-inc",
"name": "Example Inc.",
"type": "COMPANY",
"description": "...",
"logoUrl": "https://.../logo.png",
"logoDarkUrl": null,
"websiteUrl": "https://example.com"
}