Skip to main content
GET
Enterprise メンバー向けエンドポイント
Enterprise管理者の個人用APIキーが必要です。 Enterprise内のすべてのメンバーをページネーション対応の一覧として返し、各メンバーの基本情報とEnterpriseでのロールを含みます。

承認

Authorization
string
header
必須

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

クエリパラメータ

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

レスポンス

成功時のレスポンス

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