Team Get
GET {{baseUrl}}/teams/:TeamKey?IncludeUsers=false&IncludeApplications=false
Returns the details of a team, with its users and applications.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
IncludeUsers | boolean | Defines if it is to include a list of users that belong to the team. | |
IncludeApplications | boolean | Defines if it is to include a list of applications that belong to the team. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"key":"","name":"","description":"","applications":[{"Name":"","Key":""},{"Name":"","Key":""}],"users":[{"userKey":"","name":"","username":"","roleKey":"","roleName":""},{"userKey":"","name":"","username":"","roleKey":"","roleName":""}]}