Resource ia:users

Overview

The ia:user resource provides links to query and manipulate MediaCentral Newsroom Management user data.

Properties

The ia:users resource has no properties.

The ia:users resource has no link relations.

Description

The ia:user resource provides links to query and manipulate MediaCentral Newsroom Management user data.

Examples

Example: ia:users
 
{
    "_links": {
        "curies": [
            {
                "name": "ia",
                "href": "http://services.avid.com/apis/inews/assets/{rel}",
                "templated": true
            }
        ],
        "ia:get-by-name": {
            "href": "https://host/..",
            "templated": true
        },
        "ia:get-current": {
            "href": "https://host/.."
        },
        "self": {
            "href": "https://host/.."
        }
    }
}