Multiple Users Types

Ofer Grosfeld 1 Reputation point
2022-03-27T11:36:16.177+00:00

Is there a user type inside the ms platform?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,422 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sreeju Nair 12,181 Reputation points
    2022-03-27T15:16:42.307+00:00

    Based on the User resource, there are two properties that you may get data bout user's type.

    • employeeType
      187275-image.png
    • userType
      187301-image.png

    Refer: https://learn.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0

    0 comments No comments

  2. CarlZhao-MSFT 41,036 Reputation points
    2022-03-28T02:41:13.413+00:00

    Hi @Ofer Grosfeld

    You can use the graph api to detect all user types and employee types in your tenant.

    https://graph.microsoft.com/v1.0/users?$select=id,userPrincipalName,employeeType,userType  
    

    187287-image.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


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.