convert_owner_team_to_access_team
Convert an owner team to an access team to change record ownership and sharing capabilities. This irreversible action modifies how records owned by the team are managed.
Instructions
Converts an owner team to an access team, changing how the team can be used for record ownership and sharing. WARNING: This action cannot be undone and affects how records owned by this team are managed.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
teamId | Yes | ID of the owner team to convert to access team |
Input Schema (JSON Schema)
{
"properties": {
"teamId": {
"description": "ID of the owner team to convert to access team",
"type": "string"
}
},
"required": [
"teamId"
],
"type": "object"
}