Team Get

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

Returns the details of a team, with its users and applications.

Request Params

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

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":""}]}