Delete 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 user to update.
"61a558b1b155125f02be7fb1"
Response
Fabric internal id of the record
"61604a30fdfacd0009816e44"
flag that indicates if the record is deleted. This flag will be true
for this case.
true
user name of the user. It must be UNIQUE
.
"TEST_USER_5554"
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
"email@address.com"
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.
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"