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

group_id
string
必須

グループのID

クエリパラメータ

from
string

選択を開始する起点となる任意のID。

take
integer

1ページあたりの結果数。既定値は 50 です。

必須範囲: x >= 1

レスポンス

organization グループのロールを正常に取得しました。

roles
object[]
必須
next
string

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