Field Overview
Name | Type | Example | Notes |
---|---|---|---|
name | String | Reader Group Name | *Required. |
status | String | active | *Required. Can be one of the following: 'active', 'deleted'. |
index | Int | 1 | Order in which the reader group appears in the application. |
Example Response
stdClass Object
(
[valid] => 1
[data] => stdClass Object
(
[id] => 562bfee532131c487ca16758
[type] => readerroles
[name] => Job Managers
[index] => 2
)
)