The Contacts API provides functionality for obtaining a list of Unet user contacts.
RESOURCE_URI
— URI is obtained from token exchange point.
Prefix | Endpoint | Description |
---|---|---|
RESOURCE_URI | contacts/ | Getting a list of user contacts |
contacts/
Name | Description |
---|---|
limit (o) |
Number of items expected in response. |
cursor (o) |
The value of the |
fields (o) |
Fields that it needs to be obtained. |
Name | Description |
---|---|
items[] |
|
limit |
Number of returned items (items per page). |
next_cursor |
URL for the next portion of items (next page). |
prev_cursor |
URL for the previous portion of items (previous page). |
total_count |
Total number of items. |
Name | Description |
---|---|
uid |
User ID in Unet. |
target_resource_uri |
The URI to be used as |
permissions ? |