ms::Graph method team get (public)
<instance of ms::Graph> team get [ -expand expand ] \ [ -select select ] team_id
Defined in packages/xooauth/tcl/ms-procs.tcl
Retrieve the properties and relationships of the specified team. Every team is associated with a group. The group has the same ID as the team - for example, /groups/{id}/team is the same as /teams/{id}. For more information about working with groups and members in teams, Details: https://docs.microsoft.com/en-us/graph/api/team-get
- Switches:
- -expand (optional)
- retrieve related information via navigation property, e.g. members
- -select (optional)
- select subset of attributes
- Parameters:
- team_id (required)
- Testcases:
- No testcase defined.
Source code: set r [:request -method GET -token [:token] -url /teams/$team_id?[:params {expand select}]] return [:expect_status_code $r 200]XQL Not present: Generic, PostgreSQL, Oracle