Skip to main content
GET
/
customer
/
{customerId}
/
user
List User
curl --request GET \
  --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/user \
  --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

Query Parameters

pageSize
integer
pageIndex
integer

Response

Users were 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