Create 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
A unique idenifier.
"TEST_USER1"
Body
The unique string used to identify a user.
1
"TEST_USER_5554"
email of the user.
"+1 4534534534"
user identifier
"user_123"
title of the user. If sent it has to contain 1 character or more.
"Mr"
first name of the user. If sent it has to contain 1 character or more.
"John"
last name of the user. If sent it has to contain 1 character or more.
"Smith"
primary phone of the user. If sent it has to contain 2 characters or more.
2
"+1 345345345"
status of the user. Default value will be PENDING
.
ACTIVE
, INACTIVE
, PENDING
"ACTIVE"
role of the user
"reporter"
Fabric internal id of the group record.
"61604a30fdfacd0009816e46"
Contains all additional attributes not captured in the schema.
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"