Assessment
SmarterMeasure and other assessment solutions
cURL
curl --request GET \ --url https://api.smartermeasure.com/v3/users/{userid} \ --header 'Authorization: Basic <encoded-value>'
Get a specific user
Basic authentication with username and password
User that should be returned.
User details.
Was this page helpful?