Hello @KoNasl ,
Thanks for reaching out and apologies for delayed response.
Azure AD lets you invite external users as guests to your Azure AD tenant. When you invite an external user, Azure AD creates a guest user account in your tenant. These guest user accounts (UserType = Guest) differ from regular Azure AD user accounts (UserType = Member).
The user principal name (UPN) of the guest user account uses a prefix derived from the invitee's email address, combined with the tenant's initial domain—for example: prefix
#EXT#@yourtenant.onmicrosoft.com.
Example: User bob@Company portal .com, from directory contoso, is added as an external user in directory fabrikam. This results as a user in fabrikam with UPN bob_contoso.com#EXT#@fabrikam.onmicrosoft.com, but you don't have to worry about that. When they sign in to an application that trusts https:/login.microsoftonline.com/fabrikam.onmicrosoft.com, they simply sign in as bob@Company portal .com and use their normal password from contoso.
Refer to the following links to learn more about:
Properties of an Azure Active Directory B2B collaboration user : https://learn.microsoft.com/en-us/azure/active-directory/external-identities/user-properties
What are the default user permissions in Azure Active Directory for Members and Guests : https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/users-default-permissions
Hope this helps.
------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.