Skip to main content
GET
/
customer
/
{customerId}
/
user
/
{userId}
List User Details
curl --request GET \
  --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/user/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "userName": "<string>",
  "fullName": "<string>",
  "emailAddress": "<string>",
  "roleId": "<string>",
  "externalIdentifier": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string
required
userId
string
required

Response

User details successfully returned

userName
string

Username for the web user

fullName
string

Full name of the user

emailAddress
string

Email address of the user

roleId
string

Role identifier for the user

externalIdentifier
string

External identifier for SSO integration