latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

User

List personal contact

Retrieve a collection of personal contacts.

get/user/contacts

Query parameters

skipinteger

Use the skip query parameter to set the number of items to skip at the start of a collection.

topinteger

Use the top query parameter to specify the page size of the result set.

Response

OK

countinteger

Total number of resource.

Example response

{
  "count": 100,
  "items": [
    {
      "id": "NzAwNTUxOTA5NzczMTQ4MTYw",
      "favorite": true
    }
  ]
}