List user contacts
Contacts
List user contacts
Retrieves all contacts stored for a user by their ID.
GET
List user contacts
Authorizations
Path Parameters
User identifier token.
Response
200 — OK. Contact list returned.
Scenarios for this response:
| Scenario | How to reproduce | Typical code / body |
|---|---|---|
| List contacts | Valid userToken that resolves to a stored user. | ContactInfo[] (may be empty). |
See also Full scenario matrix.