Hi @5even-5983,
You have the following bulk management tasks available in the Azure AD portal.
- Bulk create
- Bulk invite
- Bulk delete
- Download users
You can also use the PowerShell commands to edit multiple objects.
For example.
PS C:\> Get-AzureADUser -SearchString "Test" | Set-AzureADUser -StreedAddress Street
https://learn.microsoft.com/en-us/powershell/module/azuread/set-azureaduser?view=azureadps-2.0