GET
/
users
/
{userid}
Returns details for a specific user.
curl --request GET \
  --url https://api.smartermeasure.com/v3/users/{userid} \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Basic authentication with username and password

Path Parameters

userid
number
required

User that should be returned.

Response

200

User details.