User Information
This request returns information of the user: the corresponding person object and the presence information.
Resource
GET /me/info
Parameters
None
Payload
None
Response
Context
Authorization |
User |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/me/info
Response
{
"object": {
"person": {
"initials": "A.",
"givenName": "Arnon",
"namePrefix": "",
"familyName": "Ron",
"nameSuffix": "",
"additionalName": "",
"communicationLanguage": "natDutch",
"employments": [
{
"commonName": "Xelion B.V.",
"jobTitle": "",
"organisation": {
"name": "Xelion B.V.",
"telecomAddresses": [
{
"commonName": "+31 15 2511 411",
"addressType": "Telephone",
"address": "+31 15 2511 411",
"label": "",
"oid": "1041869",
"objectType": "TelecomAddress"
}
],
"addresses": [
{
"commonName": "Staalweg 40, 2612 KK, Delft (Bezoekadres)",
"street": "Staalweg",
"streetNumber": "40",
"additionalInformation": "",
"zipCode": "2612 KK",
"city": "Delft",
"state": "",
"country": "Netherlands",
"comments": "",
"addressType": "visitingAddress",
"oid": "1041874",
"objectType": "DeliveryAddress"
}
],
"fieldOfBusiness": "ICT",
"btwNumber": "NL009509045B01",
"kvkNumber": "27228063",
"permissions": "ReadWriteRemove",
"commonName": "Xelion B.V.",
"oid": "1041861",
"objectType": "Organisation"
},
"telecomAddresses": [
{
"commonName": "arnon.ron@xelion.nl",
"addressType": "Email",
"address": "arnon.ron@xelion.nl",
"label": "",
"oid": "1563204",
"objectType": "TelecomAddress"
}
],
"oid": "1563203",
"objectType": "Employee"
}
],
"telecomAddresses": [
{
"commonName": "0152511418",
"addressType": "Telephone",
"address": "0152511418",
"label": "",
"oid": "1566467",
"objectType": "TelecomAddress"
}
],
"iconId": "1590019",
"permissions": "ReadWriteRemove",
"commonName": "Arnon Ron",
"oid": "31415926",
"objectType": "Person"
},
"presenceInfo": {
"status": "online",
"statusIcon": "statusGreen",
"message": "Documenting..",
"busy": false
},
"phoneLine": {
"commonName": "Telefoonaansluiting Arnon",
"oid": "1651130",
"objectType": "XCCPhoneLine"
},
"role": "administrator"
},
"links": [
{
"rel": "self",
"href": "https://xelion.nl/api/v1/master/me/info",
"method": "GET"
}
]
}