Get Roles Assigned To Role Group

Scopes
read:role-group
limit
integer
min-1
max
500

Limit the number of results returned

offset
integer
min0
max
99999999999999

Page number of records you wish to skip before selecting records. Final skipped records count would be limit * offset.

sort_by
string

Properties that should be ordered by with their order type. To define order append it to the field with dot. For example: sort_by=email.asc or sort_by=email.desc

Path Parameters

role_group_id
string
Zorunlu

Role Group id

GET
/role-groups/{role_group_id}/roles
1
2
3
Loading...
Response:
200
Loading...

Response Body Schema

results
array<object>
results.
id
string
Zorunlu

Unique identifier of entity

results.
name
string
Zorunlu

A name defining your role

results.
assign_on_signup
boolean

If true this role will be assigned to new users automatically.

results.
description
string

Additional information for the role

total
integer