Quantcast
Channel: VMware Communities : Blog List - All Communities
Viewing all articles
Browse latest Browse all 3135

Using Workspace ONE Access (Identity Manager) APIs

$
0
0

APIs can be very useful to automate processes and integrate systems. VMware Workspace ONE Access has a full set of REST APIs that you can leverage.

 

The steps below will show you the basic steps to connect to a Workspace ONE Access server and send an API request:

 

1. Login to your Workspace ONE Access environment as admin. On this example I am using Google Chrome, so the following options may vary if you are using a different browser.

 

Screenshot 2020-01-22 at 13.27.47.png

 

2. On the "Dashboard" page, press F12 to view the Developer Tools. Alternatively, navigate to Menu (tree dots) > More Tools > Developer Tools.

 

Screenshot 2020-01-23 at 10.08.35.png

 

 

3. Select the Application tab and then expand Cookies.

 

Screenshot 2020-01-22 at 15.54.09.png

 

4. Under Cookies, select your IDM URL, highlight the HZN cookie and copy its Value.

 

Screenshot 2020-01-23 at 10.10.27.png

 

5. Open your API client tool. On this example I am using Postman (https://www.getpostman.com/).

 

6. Select your API request method (e.g. GET) and enter the URL for it. Under the Header tab, enter the following:

 

Key: Authorization

Value: HZN <Cookie value copied on step 4>

 

Screenshot 2020-01-22 at 14.00.24.png

 

 

7. Enter any other required fields (depending on your request) and click Send.

 

 

More information, including a list of the API calls that can be used with VMware Workspace ONE Access, can be found at: https://code.vmware.com/apis/57/idm

 

 

 

--

 

The postings on this site are my own and do not represent VMware’s positions, strategies or opinions.


Viewing all articles
Browse latest Browse all 3135

Trending Articles