Get team details
Return team details including a list of the employees
GET
/api/partners/v1/team/:team_id/Request
Response
Example responseJSON200 · application/json
{ "id": 123, "name": "TeamName", "team_type": "string", "users": [ { "id": 123, "first_name": "Elon", "last_name": "Zukerburg", "email": "elon.zukerburg@x.com", "role": "user-role" } ]}