We are trying to invite user from azure entra but unfortunately getting error

Akash Kumar Mandal 0 Reputation points
2024-07-31T07:09:08.2133333+00:00

We are trying to invite user from azure entra but unfortunately getting error "User invitation failed Non-external user already exists with the given mail address and can't be invited.". but user is not existing in the entra

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,904 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. David Tapperwijn 10 Reputation points
    2024-07-31T07:55:46.9266667+00:00

    Hello Akash,

    As I understand correctly, you are trying to invite a user but you're getting the message back that this user already exists in your directory as a non-guest user.

    It could be possible that the user is already created as a contact in the Exchange admin center. Also have you tried looking inside Entra ID using the user's email address?

    Let me know!

    0 comments No comments

  2. Siva Sankara Reddy Padala 96 Reputation points
    2024-07-31T09:29:35.8366667+00:00

    Hi Akash,

    If the user’s account is in a different state (e.g., it was recently deleted or is inactive), you may need to first restore or reactivate their account before attempting to invite them again.

    If you're familiar with Microsoft Graph Explorer, you can use the below HTTP get query to get the delete user details using mail id.

    Microsoft Graph Explore URL find below:

    https://developer.microsoft.com/en-us/graph/graph-explorer

    https://graph.microsoft.com/v1.0/directory/deletedItems/microsoft.graph.user?$filter=mail eq 'user@mail.com'
    

    User's image

    Thanks,

    Siva

    0 comments No comments

  3. Siva Sankara Reddy Padala 96 Reputation points
    2024-07-31T09:33:33.24+00:00

    Hi Akash,

    If the user’s account is in a different state (e.g., it was recently deleted or is inactive), you may need to first restore or reactivate their account before attempting to invite them again.

    If you are familiar with Microsoft Graph Explorer, you can try below http get request.

    Microsoft Graph Explore URL find below:

    https://developer.microsoft.com/en-us/graph/graph-explorer

    GET https://graph.microsoft.com/v1.0/directory/deletedItems/microsoft.graph.user?$filter=mail eq 'user@mail.com'
    

    User's image

    Thanks,

    Siva

    0 comments No comments

  4. Navya 11,225 Reputation points Microsoft Vendor
    2024-08-01T11:35:51.8933333+00:00

    Hi @Akash Kumar Mandal

    Thank you for posting this in Microsoft Q&A.

    I understand you are trying to invite user from azure entra but unfortunately getting error "User invitation failed non-external user already exists with the given mail address and can't be invited".

    You can try the following steps to fix the error:

    1.Please confirm whether the email you are attempting to use in Entra exists or not. Add a filter for the email and search using the email address you intend to invite.

    User's image

    2.Verify if a user associated with an email is in the deleted users' list, remove that user permanently, and then attempt to re-invite user.

    If the issue persists, kindly provide the correlation ID from the error message you received from Microsoft Entra.

    Hope this helps. Do let us know if you any further queries.

    Thanks,

    Navya.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.