List addresses for single user
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
Path Parameters
Fabric internal id of the record by default. If filterBy
is sent, the search can be done by username or userId of the user, otherwise the user will be searched by _id.
Query Parameters
Number of records you wish to skip before selecting records.
Limits the number of records returned by the api.
-Optional
. Filter field to search the user. If not sent, the user will be searched by _id.
_id
, userId
, username
Response
An array of items.
Was this page helpful?