{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/83e8a10367d157243cd1c3e478b807cb81262a3d/c24e887e-1827-3004-af8d-fdd6677097c8","info":{"title":"Cisco Umbrella Users and Roles API","version":"2.0.0","description":"Manage the Umbrella user accounts and roles.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Users"},{"name":"Roles"},{"name":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/admin/users-roles-overview.md","uri":"umbrella-api-reference-users-roles-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.umbrella.com/{basePath}","variables":{"basePath":{"default":"admin/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"client credential flow","flows":{"clientCredentials":{"tokenUrl":"https://api.umbrella.com/auth/v2/token","scopes":{"admin.users:read":"Read admin users","admin.users:write":"Write admin users","admin.roles:read":"Read admin roles","admin.passwordreset:write":"Write admin passwords","admin.organizations:write":"Read admin organizations"}}}}}},"spec":{"type":"object","required":["mspOrganizationId","organizationId","organizationName","organizationTypeId"],"properties":{"organizationId":{"type":"integer","format":"int32","description":"The organization ID.","example":2622114},"originId":{"type":"integer","description":"The origin ID.","format":"int32","example":299707978},"resellerId":{"type":"integer","description":"The reseller ID.","example":0},"creatorUserId":{"type":"integer","description":"The user ID of the creator.","example":100000},"accountManagerUserId":{"type":"integer","description":"The user ID of the account manager.","example":0},"organizationName":{"type":"string","description":"The name of the organization.","example":"GTS Test - MSSP Console"},"website":{"type":"string","description":"The URL for the organization.","example":"cisco.com"},"mspOrganizationId":{"type":"integer","format":"int32","description":"The managed service provider (MSP) ID.","example":12345698},"organizationTypeId":{"type":"integer","format":"int32","description":"The type ID of the organization.","example":4},"createdAt":{"type":"integer","format":"int32","description":"The date when the organization was created.","example":1565986232},"modifiedAt":{"type":"integer","format":"int32","description":"The date when the organization was last modified.","example":1585081693},"salesforceAccountId":{"type":"string","description":"The Salesforce account ID.","example":"0011T00002QfUGgQAN"},"hasDelegatedAdmin":{"type":"boolean","description":"Specifies whether the organization has assigned an administrator.","example":true}},"example":{"organizationId":2622114,"originId":299707978,"resellerId":0,"creatorUserId":100000,"accountManagerUserId":0,"organizationName":"GTS Test - MSSP Console","website":"cisco.com","mspOrganizationId":1223445,"organizationTypeId":4,"createdAt":1565986232,"modifiedAt":1585081693,"salesforceAccountId":"0011T00002QfUGgQAN","hasDelegatedAdmin":true},"$$ref":"#/components/schemas/OrgInformation","title":"OrgInformation"}}