Skip to main content

Version: 24.10

Workspaces Current User API

The Current User API provides a REST service for querying and updating the current user in Journey Manager in a secure and efficient manner.

Security​

To access the Workspaces REST endpoint, the caller needs to pass through Spring Security Session Management. First, the user must be authenticated with the Workspaces configured security manager. The user may authenticate via a login page or via Single Sign-On (SSO) such as ADFS, oAuth2 or custom SSO.

The result of an API call is subject to the user security policy.

Endpoint URL​

The Workspaces Current User API endpoint URL is:

https://<JM_SERVER>/workspaces/secure/api/v1/current-user

Service operations​

The Current User API provides the following operations.