GET/teams/users.json

Get all user ids for all teams

Returns a map of teamIds and userIds for each team


Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

Example

{
  "teams": {
    "teamId": [
      "string"
    ]
  }
}