List organizations users
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
A unique idenifier.
Query Parameters
The offset query parameter.
The limit query parameter.
sort directions of the retrieved records. Default value desc
.
asc
, desc
sort field of the retrieved records. Default value updatedAt
.
updatedAt
, username
, firstName
, lastName
, email
, role
, status
-Optional
. To search by username.
-Optional
. Search string. The search will be done over username
, email
, firstName
or lastName
.
Response
it contains data about pagination
list of contracts to be retrieved
Was this page helpful?