ms::Graph method group memberof (public)
<instance of ms::Graph> group memberof [ -count count ] \ [ -filter filter ] [ -orderby orderby ] [ -search search ] \ group_id
Defined in packages/xooauth/tcl/ms-procs.tcl
Get groups that the group is a direct member of. Details: https://docs.microsoft.com/en-us/graph/api/group-list-memberof
- Switches:
- -count
(optional)- when "true" return just a count
- -filter
(optional)- filter criterion
- -orderby
(optional)- sorting criterion, e.g. displayName
- -search
(optional)- search criterion, e.g. displayName:Video
- Parameters:
- group_id
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.