Resource URL
https://{MEDIACONTROLCENTRE_HOST}[:PORT]/imcc/v1/user
Response formats | XML |
Requires authentication? | Yes |
Required scope(s) | Read user data |
Parameters
Arguments should be supplied as query parameters in the manner shown below
Example REST request
https://{MEDIACONTROLCENTRE_HOST-FQDN}[:PORT]/imcc/v1/user
Example Response
Returns success, or an error response on failure.
Response on success
<?xml version="1.0" encoding="UTF-8" ?>
<Response>
<Result>
<User>
<UserID>4</UserID>
<Username>user@yourdomain.com</Username>
<UserType>0</UserType>
<EmailAddress>user@yourdomain.com</EmailAddress>
<CreateRecordQuota>-1</CreateRecordQuota>
<AccessRights>
<Right>Database and services configuration</Right>
<Right>Site administration</Right>
<Right>User administration</Right>
<Right>Create records</Right>
<Right>Create collections</Right>
<Right>Create segments</Right>
<Right>Import records</Right>
<Right>Manage jobs</Right>
<Right>Delete records</Right>
<Right>Create clip downloads</Right>
<Right>Organisation administration</Right>
<Right>Create comments</Right>
<Right>Moderate comments</Right>
<Right>Embed records</Right>
<Right>Advanced ACL view</Right>
<Right>Create clip downloads on behalf of another user</Right>
<Right>Developer access</Right>
<Right>Record ACL filter</Right>
<Right>News editor</Right>
<Right>IML editor</Right>
<Right>Create RSS feeds</Right>
<Right>Manage workflows</Right>
<Right>Add to basket</Right>
</AccessRights>
</User>
</Result>
</Response>
Response on failure