ms::Graph method user get (public)

 <instance of ms::Graph[i]> user get [ -select select ] principal

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

Retrieve the properties and relationships of user object. Details: https://docs.microsoft.com/en-us/graph/api/user-get

Switches:
-select
(optional)
return selected attributes, e.g. displayName,givenName,postalCode
Parameters:
principal

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

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