# Update user's active account (tenant) Update the current account (tenant) for a logged-in user. Use this endpoint when a user belongs to multiple accounts (tenants) and wants to change the active account (tenant). Include the target account (tenant) ID in the request body. Endpoint: PUT /resources/users/v1/tenant Security: bearer ## Header parameters: - `frontegg-tenant-id` (string, required) The account (tenant) ID identifier - `frontegg-user-id` (string, required) The user ID identifier ## Request fields (application/json): - `tenantId` (string, required) Desired tenant to set as active tenant for user ## Response 200 fields (application/json): - `id` (string, required) - `email` (string, required) - `name` (string, required) - `profilePictureUrl` (string, required) - `sub` (string, required) - `verified` (boolean, required) - `mfaEnrolled` (boolean, required) - `mfaBypass` (boolean) - `phoneNumber` (string) - `roles` (array, required) - `roles.vendorId` (string, required) - `roles.tenantId` (string, required) - `roles.key` (string, required) - `roles.description` (string, required) - `roles.isDefault` (boolean, required) - `roles.firstUserRole` (boolean, required) - `roles.level` (number, required) - `roles.createdAt` (string, required) - `roles.updatedAt` (string, required) - `roles.permissions` (array, required) - `provider` (string, required) - `tenantIds` (array, required) - `activatedForTenant` (boolean) - `isLocked` (boolean) - `tenants` (array, required) - `tenants.temporaryExpirationDate` (string) - `tenants.isDisabled` (boolean) - `invisible` (boolean) - `superUser` (boolean) - `metadata` (string, required) - `vendorMetadata` (string, required) - `externalId` (string) - `lastLogin` (string, required) - `groups` (array) - `subAccountAccessAllowed` (boolean, required) - `managedBy` (string) Enum: "frontegg", "scim2", "external"