Get orgaization group
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.
"619fbb95969ceb49d19cd5a8"
Fabric internal id of the record.
"619fbb95969ceb49d19cd5a8"
Response
Fabric internal id of the record
"61604a30fdfacd0009816e44"
Fabric internal id of the parent user record
"61604a30fdfacd0019816e44"
Fabric internal id of the user record
"61604a30fdfacd0029816e44"
Fabric internal id of the parent party record
"61604a30fdfacd0039816e44"
Fabric internal id of the party record
"61604a30fdfacd0049816e44"
Fabric internal id of the group parent record
"61604a30fdfacd0049816e55"
group type
Department
, Subsidiary
, Business Unit
, Team
, User
, Customer
"Department"
group3
"name of the group"
email of the group
"group3@example.com"
primary phone of the group
134343433
Contains all additional attributes not captured in the schema.
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"
Was this page helpful?