cURL
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>" }
Returns details for a single user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
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?