Skip to main content
GET
C#

承認

Authorization
string
header
必須

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

パスパラメータ

id
string<organization-id>
必須

organization の ID。

role_id
string<role-id>
必須

割り当てられているメンバーを取得する role の ID。

クエリパラメータ

from
string

選択を開始する任意の ID。

take
integer
デフォルト:50

1 ページあたりの結果数。デフォルトは 50 です。許容される最大サイズを超える値は上限値に制限されます。

必須範囲: x >= 1
fields
string

結果に含める、または除外するフィールドのカンマ区切りリスト(include_fields に指定した値に基づく)。すべてのフィールドを取得するには空のままにします。

include_fields
boolean
デフォルト:true

指定したフィールドを含める(true)か、除外する(false)かを指定します。デフォルトは true です。

レスポンス

ロールのメンバーを正常に取得しました。

members
object[]
必須

organization 内でロールに割り当てられたメンバーの一覧。

next
string

結果の次ページ用カーソル。これ以上結果がない場合は含まれません。