Skip to content

Get Customer Users

Request

Returns all users associated with a customer.

Security
BearerAuth
Path
idstringrequired

The ID of the customer.

Headers
Acceptstring(CustomerUserAcceptHeader)required

Set this to application/api.luminovo.customer-user-v1+json.

Value:"application/api.luminovo.customer-user-v1+json"
GET
/customers/{id}/users
curl -i -X GET \
  'https://api.luminovo.com/customers/{id}/users' \
  -H 'Accept: application/api.luminovo.customer-user-v1+json' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

List of users for the customer.

Bodyapplication/json
itemsArray of objects(types.user.v1.User)required
Response
{ "items": [ {} ] }