メインコンテンツへスキップ
GET
Enterprise 組織メンバー用エンドポイント
Enterprise 管理者の個人用 APIキーが必要です。 Enterprise 内の特定の組織に所属するユーザー(メンバー)を、ページネーションされた一覧として返します。

承認

Authorization
string
header
必須

Enterprise 管理者専用の個人用 API キー (apk_user_*)

パスパラメータ

org_id
string
必須

クエリパラメータ

skip
integer
デフォルト:0
必須範囲: x >= 0
limit
integer
デフォルト:100
必須範囲: 1 <= x <= 200

レスポンス

成功レスポンス

has_more
boolean
必須
items
UserOrgResponse · object[]
必須
limit
integer
必須
skip
integer
必須
total
integer
必須
next_cursor
integer | null