Overview
The ia:user resource represents a MediaCentral Newsroom Management user.
Properties
The ia:user resource has the following properties:
base |
Base identifier of the user. The property is a JSON object with the following sub properties:
|
---|---|
common |
Common attributes:
|
settings |
User settings:
|
permissions |
User permissions:
|
Link Relations
The ia:user resource has no link relations.
Description
The ia:user resource represents a MediaCentral Newsroom Management user.
Examples
Example: ia:user
{
"base": {
"id": "normaluser",
"type": "user",
"systemID": "INEWS6",
"systemType": "inews"
},
"common": {
"name": "Normal User",
"created": "2018-07-11T09:19:24.000Z"
},
"settings": {
"superuser": false,
"local_only": false,
"external": false,
"simplified": false,
"blacklisted": false,
"readrate": 0,
"home_directory": "PEOPLE.N.NORMALUSER",
"mail_directory": "PEOPLE.N.NORMALUSER.MAIL",
"destination_directory": "PEOPLE.N.NORMALUSER.NOTES"
},
"permissions": {
"can_order": false,
"can_enter_remove": false,
"can_kill_all": false,
"can_connect": false,
"can_video_browse": true,
"can_configure_shortcut_toolbar": false,
"can_color": false,
"can_read_highlight": false,
"can_manage_projects": false
},
"_links": {
"self": {
"href": "https://host/.."
}
}
}