Skip to main content
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>'

Documentation Index

Fetch the complete documentation index at: https://developers.smarterservices.com/llms.txt

Use this file to discover all available pages before exploring further.

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.