Create Granular Role
POST {{protocol}}://{{accounts_api_url}}/{{accounts_api_version}}/roles/{{role_zuid}}/granulars
Adds a granular role to the role with the given role ZUID.
StartFragment
In the body content, you can pass content models (schemas), instances, and item ZUID as the resource ZUID.
EndFragment
Request Body
{"resourceZUID"=>"{{item_zuid}}", "name"=>"", "create"=>true, "read"=>true, "update"=>false, "delete"=>false, "publish"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |