# NOT RUN {
# The following example shows the admin of the master account owned by
# bill@example.com inviting the account owned by juan@example.com to join
# an organization.
svc$invite_account_to_organization(
Notes = "This is a request for Juan's account to join Bill's organization",
Target = list(
Id = "juan@example.com",
Type = "EMAIL"
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab