GET licence administrators by licenceId

Retrieve the administrators of a licence.

Request

Resource URL

GET https://api.ft.com/licence/{licenceId}/administrators

For security reasons requests must be made over HTTPS.

Parameters

Path paramMandatoryValue
licenceId
Yes The unique identifier for the licence which is to be retrieved

Request Headers

HeaderValue
X-Api-Key <API key value>

Request Body

Not supported.

Response

200 - OK

{
    "administrators": [
        {
            "userId": "c802a932-22da-422f-841d-4ad9728ff466",
            "joinedDate": "2015-03-16T10:39:22.677Z",
            "accessLicenceId": "c802a932-22da-422f-841d-4ad9728ff466"
        }
    ]
}

400 - Bad Request

{
    "message": "6821f0bf-654e-48de-8b4f-919e4166400e6667777777777 is not a valid AccessLicenceId."
}

HTTP Status Codes

Http StatusDescription
200 Ok A (wrapped) collection of administrators is returned
400 Bad request The request was invalid. You may refer to response for details around why the request was invalid
403 Forbidden Invalid API key used
404 Not Found No licence exists for the licenceId provided

Make sure you are using a valid API key. If you are sure your are using a valid API key and problems persist, contact us for assistance.