ShareOrganizationRequest
organization objectrequired
The organization that is being shared. Identified using either an internal ID or an external ID
kindstringrequired
Type of identifier used
internal
- Internal system IDexternal
- External/customer-defined ID
Possible values: [internal
, external
]
Default value:
internal
Example:
external
valuestringrequired
The identifier value of the organization
Possible values: <= 100 characters
Example:
ID-1089
receiver objectrequired
The organization that will receive access to the shared organization. Identified using either an internal ID or an external ID
kindstringrequired
Type of identifier used
internal
- Internal system IDexternal
- External/customer-defined ID
Possible values: [internal
, external
]
Default value:
internal
Example:
external
valuestringrequired
The identifier value of the organization
Possible values: <= 100 characters
Example:
ID-1089
ShareOrganizationRequest
{
"organization": {
"kind": "external",
"value": "ID-1089"
},
"receiver": {
"kind": "external",
"value": "ID-1089"
}
}