Get organization 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.
"{\"date\": \"2023-01-01T00:00:00.000Z\", \"channel\": 12, \"account\": \"1234abcd5678efgh9ijklmno\",\"stage\":\"production\"}"
Path Parameters
Fabric internal id of the record
"61a558b1b155125f02be7fb1"
Fabric internal id of the record
"61a558b1b155125f02be7fb2"
Response
Fabric internal id of the record.
"61604a30fdfacd0009816e44"
user name of the user. It must be UNIQUE
.
"TEST_USER_5554"
flag that indicates if the record is deleted
false
date of creation of the record
"2021-08-30T23:20:42.822Z"
laste date of update of the record
"2021-08-30T23:20:42.822Z"
user identifier
"user_123"
title of the usr
"Mr"
first name of the user
"John"
last name of the user
"Smith"
email of the user
"+1 4534534534"
primary phone of the usr
"+1 345345345"
status of the user. Default value will be PENDING
.
ACTIVE
, INACTIVE
, PENDING
"ACTIVE"
role of the user
"reporter"
Contains all additional attributes not captured in the schema.
Fabric internal id of the group record.
"61604a30fdfacd0009816e46"