{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/83e8a10367d157243cd1c3e478b807cb81262a3d/13ba70ce-ddc4-34b5-808a-e44b17f9fdf5","info":{"title":"Cicso Umbrella Managed Providers API","version":"2.0.0","description":"View, create, update, and delete the customers for the managed providers.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Managed Providers"},{"name":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/admin/managed-providers-overview.md","uri":"umbrella-api-reference-managed-providers-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.umbrella.com/{basePath}","variables":{"basePath":{"default":"admin/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.umbrella.com/auth/v2/token","scopes":{"admin.customers:read":"Read admin customers","admin.customers:write":"Write admin customers"}}}}}},"spec":{"type":"object","description":"The properties of the customer.","required":["customerId","customerName","seats"],"properties":{"customerId":{"type":"integer","description":"The ID of the customer.","example":14,"$$ref":"#/components/schemas/customerId"},"customerName":{"type":"string","description":"The customer's organization name.","minLength":1,"maxLength":255,"example":"Cisco","$$ref":"#/components/schemas/customerName"},"seats":{"type":"integer","minimum":1,"description":"The number of users.","example":100,"$$ref":"#/components/schemas/seats"}},"example":{"customerId":124,"customerName":"Cisco","seats":45},"$$ref":"#/components/schemas/Customer","title":"Customer"}}