6. User

6.1. General Information

The user export is only available for authenticated users, i.e. when using an API key and a signature (if enabled).

6.2. URL Format

/export/user/USER_ID.TYPE

The USER_ID should be the user ID, e.g. 44.

6.3. Parameters

None

6.4. Results

Returns the user information (or an error in JSON format).

Result for https://indico.server/export/user/6.json?ak=00000000-0000-0000-0000-000000000000&pretty=yes:

{
    "count": 1,
    "additionalInfo": {},
    "_type": "HTTPAPIResult"
    "ts": 1610536660,
    "url": "https:\/\/indico.server\/export\/user\/6.json?ak=00000000-0000-0000-0000-000000000000&pretty=yes",
    "results": [{
        "id": 6,
        "first_name": "Guinea",
        "last_name": "Pig",
        "full_name": "Guinea Pig"
        "email": "test@cern.ch",
        "affiliation": "CERN",
        "phone": "",
        "avatar_url": "\/user\/6\/picture-default",
        "identifier": "User:6",
    }],
}