Skip to main content
GET
C#

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

organization_id
string<organization-id>
必須

組織の ID。

role_id
string<role-id>
必須

ロールの ID。

クエリパラメータ

from
string

選択開始位置となる任意の ID。

take
integer
デフォルト:50

ページあたりの結果数。デフォルトは 50 です。

必須範囲: 1 <= x <= 100

レスポンス

Organization role のグループが正常に取得されました。

organization 内でロールに割り当てられたグループの、チェックポイントを使用したページネーション一覧。

groups
object[]
必須
next
string

結果の次ページの「from」クエリパラメータとして使用するカーソル。