Retrieve the administrators of a licence.
GET https://api.ft.com/licence/{licenceId}/administrators
For security reasons requests must be made over HTTPS.
| Path param | Mandatory | Value |
|---|---|---|
| licenceId |
Yes | The unique identifier for the licence which is to be retrieved |
| Header | Value |
|---|---|
| X-Api-Key | <API key value> |
Not supported.
{
“administrators”: [
{
“userId”: “c802a932-22da-422f-841d-4ad9728ff466”,
“joinedDate”: “2015-03-16T10:39:22.677Z”,
“accessLicenceId”: “c802a932-22da-422f-841d-4ad9728ff466”
}
]
}
{
“message”: “6821f0bf-654e-48de-8b4f-919e4166400e6667777777777 is not a valid AccessLicenceId.”
}
| Http Status | Description |
|---|---|
| 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.