python-o365 icon indicating copy to clipboard operation
python-o365 copied to clipboard

AD user group membership

Open icamposrivera opened this issue 5 years ago • 1 comments

Hi!

is there any method to obtain group membership for an user? MS Graph endpoint /{user_id}/memberOf

Thanks in advance :)

icamposrivera avatar Apr 21 '20 11:04 icamposrivera

Not for now. PR are welcome.

The User object is done, it lacks some functionality.

The api docs reference link is this: https://docs.microsoft.com/en-us/graph/api/user-list-memberof?view=graph-rest-1.0&tabs=http

alejcas avatar Apr 21 '20 14:04 alejcas