Managing external identities to enable secure access for partners, customers, and other non-employees
Hello Balwant Jadhav (Admin Cloud)
Thank you for reaching out to Microsoft Q&A.
In Microsoft Entra ID (Azure AD), you cannot directly change the owner of an external (guest) user account the way you might expect. This is because:
- Users (including external/guest users) do NOT have an “owner” property.
- Ownership in Entra ID applies to objects like applications, groups, or service principals, not to user accounts.
https://docs.azure.cn/en-us/entra/identity/enterprise-apps/overview-assign-app-owners
Depending on your scenario
Most cases that sound like “change owner of external account” fall into one of the below scenarios:
Scenario 1: You want to assign responsibility for a guest user
Use Sponsor (recommended approach)
Entra ID provides a concept called“Sponsor” for guest users.
A sponsor is the person responsible for the guest (similar to “owner”).
Resolution
Go to Microsoft Entra Admin Center
Navigate to:
Entra ID → Users → Select Guest User
Add or change the Sponsor
Key point
Sponsors help manage lifecycle and access reviews of guest accounts
This is the closest equivalent to “owner of a guest user”
Scenario 2: You want the external user to be “Owner” of resources (subscription/app/etc.)
In this case, you don’t change the user — you assign roles/ownership at resource level
Example 1: Make guest user Owner of Azure Subscription
Steps:
Go to Azure Portal
Navigate to Subscriptions
Select your subscription
Open Access Control (IAM)
Click Add role assignment
Choose Owner
Select the external (guest) user
Click Review + Assign
Example 2: Make guest user Owner of an Enterprise Application
Use this official doc:
Assign enterprise application owners
Steps:
Go to Entra ID → Enterprise applications
Select the app
Go to Owners
Click Add
Select the guest user
Save
The owner can manage SSO, provisioning, and assignments for that app
https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/assign-app-owners?pivots=portal
Scenario 3: You want to “convert” or modify external user identity
This is NOT supported:
You cannot change identity type or underlying ownership of guest users
If the answer is helpful, kindly upvote it. If you have extra questions about this answer, please click "Comment".