User Authentication by User ID
Enables an RSA application to authenticate on behalf of a particular user.
Path parameters
userIdinteger · int64Required
the user ID
Header parameters
sessionTokenstringRequired
App Session authentication token.
Responses
200
OK.
application/json
401
Client is unauthorized to access this resource
application/json
403
Forbidden to access this endpoint .
application/json
500
Server error, see response body for further details.
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"
}
📘 RequirementsThe 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?