cURL
curl --request GET \ --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/user/{userId} \ --header 'Authorization: Basic <encoded-value>'
{ "userName": "<string>", "fullName": "<string>", "emailAddress": "<string>", "roleId": "<string>", "externalIdentifier": "<string>" }
Returns details for a single user.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
User details successfully returned
Username for the web user
Full name of the user
Email address of the user
Role identifier for the user
External identifier for SSO integration
Was this page helpful?