ms::Graph method group owner list (public)

 <instance of ms::Graph[i]> group owner list group_id

Defined in packages/xooauth/tcl/ms-procs.tcl

Retrieve a list of the group's owners. Details: https://docs.microsoft.com/en-us/graph/api/group-list-owners

Parameters:
group_id

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
set r [:request -method GET -token [:token]  -url /groups/${group_id}/owners]
return [:expect_status_code $r 200]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: