UserContactEndpoint
The following resources are applicable:
- /user/contact/contacts/get
- /user/contact/msisdns/a2a/get
- /user/contact/override/update
- /user/contact/sync
/user/contact/contacts/get
Mount Point: /rest/user/contact/contacts/get
POST
Gets all user contacts
Error Codes
| 2 | A required parameter was not given |
| 97 | The access to the api was denied |
| 98 | You made too much requests in a short time |
| 99 | The service is currently not available |
| 100 | The auth token is invalid |
| 600 | The api key is invalid |
Request Body
| element: | userContactGetContactsRequest |
| media types: | */* application/xml application/json |
(no documentation provided)
Response Body
| element: | userContactGetContactsResponse |
| media types: | */* application/xml application/json |
(no documentation provided)
/user/contact/msisdns/a2a/get
Mount Point: /rest/user/contact/msisdns/a2a/get
POST
Gets list of user contact msisdns that are available for a2a
Error Codes
| 2 | A required parameter was not given |
| 97 | The access to the api was denied |
| 98 | You made too much requests in a short time |
| 99 | The service is currently not available |
| 100 | The auth token is invalid |
| 600 | The api key is invalid |
Request Body
| element: | userContactGetA2aMsisdnsRequest |
| media types: | */* application/xml application/json |
(no documentation provided)
Response Body
| element: | userContactGetA2aMsisdnsResponse |
| media types: | */* application/xml application/json |
(no documentation provided)
/user/contact/override/update
Mount Point: /rest/user/contact/override/update
POST
Update a user contact override
Error Codes
| 2 | A required parameter was not given |
| 97 | The access to the api was denied |
| 98 | You made too much requests in a short time |
| 99 | The service is currently not available |
| 100 | The auth token is invalid |
| 600 | The api key is invalid |
Request Body
| element: | userContactOverrideUpdateRequest |
| media types: | */* application/xml application/json |
(no documentation provided)
Response Body
| element: | userContactOverrideUpdateResponse |
| media types: | */* application/xml application/json |
(no documentation provided)
/user/contact/sync
Mount Point: /rest/user/contact/sync
POST
Synchronizes Contacts between server and device.
Error Codes
| 2 | A required parameter was not given |
| 97 | The access to the api was denied |
| 98 | You made too much requests in a short time |
| 99 | The service is currently not available |
| 100 | The auth token is invalid |
| 105 | The given device id is invalid. |
| 600 | The api key is invalid |
Request Body
| element: | userContactSyncRequest |
| media types: | */* application/xml application/json |
(no documentation provided)
Response Body
| element: | userContactSyncResponse |
| media types: | */* application/xml application/json |
(no documentation provided)