{"type":"api","title":"Get Identity Users","meta":{"id":"/apps/pubhub/media/sd-wan-api-20-16/58fb893fa751949ea20a40274e9ab219a20e19fa/e77267b5-7b4b-3f93-807c-c6d1c6b41343","info":{"title":"Cisco Catalyst SD-WAN Manager API","description":"The vManage API exposes the functionality of operations maintaining devices and the overlay network","contact":{"email":"vmanage@cisco.com"},"license":{"name":"Commercial License","url":"https://www.cisco.com/c/en/us/solutions/enterprise-networks/sd-wan/index.html"},"version":"2.0.0"},"openapi":"3.0.1","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Configuration - Ise Server"],"description":"Get all identity users","operationId":"getIdentityUsers","requestBody":{"description":"Get Users from ISE associated with Active Directory Domain. Body can be empty object or null to return all users. For filtering can be like the example with a regex or a specific user.","content":{"application/json":{"schema":{"type":"object","properties":{"filter":{"type":"string"}},"description":"Users body with regex filter for which users to retrieve from ISE","$$ref":"#/components/schemas/UsersBody"},"examples":{"User Filter":{"description":"User Filter","value":{"filter":"admin"}},"User Filter Wild Card":{"description":"User Filter Wild Card","value":{"filter":"a*"}},"User Filter Empty Braces":{"description":"User Filter Empty Braces","value":{}},"User Filter No Entry":{"description":"User Filter No Entry"}}}}},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"ERSActiveDirectoryUsers":{"type":"object","properties":{"users":{"type":"array","items":{"type":"object","properties":{"adUserSamAccountName":{"type":"string","example":"guests"}},"description":"Object containing the users name","$$ref":"#/components/schemas/UserObject"}}},"$$ref":"#/components/schemas/ERSActiveDirectoryUsers"}},"description":"Data Object for Users get call","$$ref":"#/components/schemas/UsersDataObject"},"header":{"type":"object","properties":{"columns":{"type":"object","example":{}},"fields":{"type":"object","example":{}},"generatedOn":{"type":"integer","format":"int32","example":1643067620683},"viewKeys":{"type":"object","example":{}}},"description":"Header for Response","$$ref":"#/components/schemas/HeaderObject"}},"description":"Users returned from ISE active directory domain","$$ref":"#/components/schemas/UsersResponse"}}}},"400":{"description":"bad input parameter"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"__originalOperationId":"getIdentityUsers","method":"post","path":"/template/policy/ise/identity/users"}}