# Tenant Account Management

Manages tenant accounts including creation, retrieval, updates, and deletion. Supports sending email invitations to tenant administrators and managing account configurations.

## Retrieve Managed Tenant

 - [GET /tenants/{tenantId}](https://docs.ruckus.cloud/api/mspservice-0.3.3/tenant-account-management/gettenantaccount.md): Retrieve detailed information for a specific managed tenant account.

## Update Managed Tenant

 - [PUT /tenants/{tenantId}](https://docs.ruckus.cloud/api/mspservice-0.3.3/tenant-account-management/updatemanagedtenant.md): Update configuration settings for an existing managed tenant account.

## Remove Managed Tenant

 - [DELETE /tenants/{tenantId}](https://docs.ruckus.cloud/api/mspservice-0.3.3/tenant-account-management/deletetenant.md): Delete a managed tenant account and all associated data.

## Patch Tenant Account

 - [PATCH /tenants/{tenantId}](https://docs.ruckus.cloud/api/mspservice-0.3.3/tenant-account-management/patchmanagedtenant.md): Patch MSP-EC data.

## Send Administrator Invitation

 - [PUT /tenants/{tenantId}/invitations](https://docs.ruckus.cloud/api/mspservice-0.3.3/tenant-account-management/sendinvitationemail.md): Send or resend an email invitation to an administrator, granting them access credentials and login instructions for the tenant account.

## Create Managed Tenant

 - [POST /tenants](https://docs.ruckus.cloud/api/mspservice-0.3.3/tenant-account-management/createtenantv2.md): Create a new managed tenant account with specified configuration settings.

## Get Consolidated API Download URL

 - [GET /tenants/files/apiSpecs](https://docs.ruckus.cloud/api/mspservice-0.3.3/tenant-account-management/getconsolidatedapiurl.md): Get signed URL for downloading the consolidated API zip file.

