Get team
Get the team
Authorization
Bearer AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
team_id*Team Id
Response Body
application/json
curl -X GET "https://example.com/v3/team/string"{ "id": 0, "name": "string", "enable_sdwan": true, "enable_dns": true, "owner_id": 0, "owner_email": "user@example.com", "is_admin": true, "enable_netbox": true, "managed": true, "is_legacy": true, "member_count": 0, "domain_count": 0}How is this guide?
Last updated on