メインコンテンツへスキップ
GET
Get a group's roles

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

Unique identifier for the group (service-generated).

Required string length: 18 - 26

クエリパラメータ

from
string

Optional Id from which to start selection.

take
integer

Number of results per page. Defaults to 50.

必須範囲: x >= 1

レスポンス

Group's roles successfully retrieved.

roles
object[]
必須
next
string

A cursor to be used as the "from" query parameter for the next page of results.