User Authentication by User ID

Enables an RSA application to authenticate on behalf of a particular user.

Authenticate an application in a delegated context to act on behalf of a user

post
Path parameters
userIdanyrequired

the user ID

Header parameters
sessionTokenanyrequired

App Session authentication token.

Responses
curl -L \
  --request POST \
  --url 'http://yourpodURL.symphony.com/login/pubkey/app/user/{userId}/authenticate'
{
  "name": "text",
  "token": "text",
  "authorizationToken": "text"
}

📘 Requirements

The app must have been created on the pod. The app must be enabled. The user must exist and have the app installed. For more information, refer to Update user Apps.

Last updated

Was this helpful?