{"type":"api","title":"Get Identity Users","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/65ee78ac-32f3-329c-b00c-b5d29b6bef36","info":{"title":"UX 1.0 Configuration","description":"Configuration of UX 1.0 device and policy.\n\nIncludes API operations for the following:\n- Managing original SD-WAN device configurations and policy configurations\n- Device templates and feature templates\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","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"}}}},"required":true},"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"}},"method":"post","path":"/template/policy/ise/identity/users"}}