sophos_invite_tenant_admin
Invite a new administrator to a Sophos tenant by specifying tenant ID, name, email, and role. An invitation email is automatically sent.
Instructions
Invite a new administrator to a specific tenant via the common API (/common/v1/admins). The admin will receive an invitation email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Admin email address | ||
| role_id | Yes | Role UUID to assign. Use sophos_list_tenant_roles to see available roles. | |
| last_name | Yes | Admin last name | |
| tenant_id | Yes | Tenant UUID | |
| first_name | Yes | Admin first name |