Customers

This object help to track the connection between customers and the workplace they are associated with.

ENDPOINTS

PUT /v1/agents/{agentId}/workplaces/{workplaceId}/customers/{customerId}

GET /v1/agents/{agentId}/workplaces/{workplaceId}/customers

DELETE /v1/agents/{agentId}/workplaces/{workplaceId}/customers/{customerId}

Last updated