Retrieve the user token
GET/partner/:partnerId/app/:appId/user/:userId/token
Exchange the client context into a user token for a specific application user.
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 500
User token returned successfully
Bad Request. The minimum header and parameter requirement for this request has not been met.
Unauthorised. The caller does not have permission to perform this action.
Not Found. The requested entity could not be found.
Unprocessable Entity. The request failed validation.
Service Unavailable. An unexpected error occurred.