The magic link is valid for the period of time that you designated in the Token Auth API. After the time expires, the pre-hire cannot use the link to access the Workspace ONE Intelligent Hub in the web browser.
Before you can create a new token auth magic link for the pre-hire user, you must delete the pre-hire UUID from the Workspace ONE Access database.
HTTP Method | POST | |
---|---|---|
Authorization | <AuthHeader> |
|
ReST Endpoint URL | /token/auth/state/{userUuid} Example https://test.vmwareidentity.com/SAAS/jersey/manager/api/token/auth/state/<uuid of user> |
|
Sample Response | {} |
Errors - HTTP Status Code Summary
The response codes to indicate the success or failure of the API request are as follows.
Status Code | Description | Remediation |
---|---|---|
204 - | Request served successfully. Token deleted for this specific user. | |
400 - bad request | User UUID is not given in the request path. | Add the user UUID in the request path. |