Project

General

Profile

Actions

Task #2892

closed

Add config property to choose which userType should be managed

Added by Roman Kučera almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Roman Kučera
Target version:
Start date:
07/16/2021
Due date:
% Done:

100%

Estimated time:
Owner:

Description

In Azure AD, there are two types of users:
  • Member
  • Guest

In case you want to manage both types the config property should remain empty (default behavior)
If you want to manage only one type, then you should use the values Member or Guest

This will be mainly used in get operation. e.g. https://graph.microsoft.com/v1.0/users?$select=userPrincipalName,userType&$filter=userType eq 'Guest'
It will be maybe used in other operation to but only if it make sense.

Actions #1

Updated by Roman Kučera almost 3 years ago

  • Description updated (diff)
Actions #2

Updated by Roman Kučera almost 3 years ago

  • % Done changed from 0 to 60

Implemented config property.
Now it's only used for operation get all account (used for sync).
Other operations, are not using this option.

Actions #3

Updated by Roman Kučera almost 3 years ago

  • % Done changed from 60 to 80
Teste:
  • Sync all types
  • Sync only Members
  • Sync only Guest

implemented in https://github.com/bcvsolutions/ms-graph-api-connector/commit/d24ff8beb94314246974810f8446fe7c0324d85e

Actions #4

Updated by Roman Kučera almost 3 years ago

  • % Done changed from 80 to 100

feedba in #2888#note-1

Actions #5

Updated by Roman Kučera almost 3 years ago

  • Status changed from In Progress to Closed

released

Actions

Also available in: Atom PDF