Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.17 KB

TeamRemoveMemberRequest.md

File metadata and controls

15 lines (10 loc) · 1.17 KB

# TeamRemoveMemberRequest

Properties

Name Type Description Notes
accountId string account_id or email_address is required. If both are provided, the account id prevails.

Account id to remove from your Team.
emailAddress string account_id or email_address is required. If both are provided, the account id prevails.

Email address of the Account to remove from your Team.
newOwnerEmailAddress string The email address of an Account on this Team to receive all documents, templates, and API apps (if applicable) from the removed Account. If not provided, and on an Enterprise plan, this data will remain with the removed Account.

NOTE: Only available for Enterprise plans.
newTeamId string Id of the new Team.
newRole string A new role member will take in a new Team.

NOTE: This parameter is used only if new_team_id is provided.

[Back to Model list] [Back to API list] [Back to README]