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
userIdinteger · int64Required

the user ID

Header parameters
sessionTokenstringRequired

App Session authentication token.

Responses
200
OK.
application/json
post
POST /login/pubkey/app/user/{userId}/authenticate HTTP/1.1
Host: yourpodurl.symphony.com
sessionToken: text
Accept: */*
{
  "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?