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
/pubkey/app/user/{userId}/authenticate
📘 Requirements
Last updated
Was this helpful?