Team List

GET {{baseUrl}}/teams?IncludeUsers=false&IncludeApplications=false

Returns the list of teams on the given platform.

Request Params

KeyDatatypeRequiredDescription
IncludeUsersbooleanDefines if it is to include a list of users that belong to the teams.
IncludeApplicationsbooleanDefines if it is to include a list of applications that belong to the teams.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"key":"","name":"","description":"","applications":[{"Name":"","Key":""},{"Name":"","Key":""}],"users":[{"userKey":"","name":"","username":"","roleKey":"","roleName":""},{"userKey":"","name":"","username":"","roleKey":"","roleName":""}]},{"key":"","name":"","description":"","applications":[{"Name":"","Key":""},{"Name":"","Key":""}],"users":[{"userKey":"","name":"","username":"","roleKey":"","roleName":""},{"userKey":"","name":"","username":"","roleKey":"","roleName":""}]}]