B2B Client Management
Organizations allow grouping multiple drivers under a single legal entity, facilitating consolidated billing and fleet management.
POST /organization
Create Organization
{
"name": "Express Logistics Fleet",
"status": true
}
Member Management
| Feature | Method | Path |
|---|---|---|
| List Members | GET | /organization-users/{id} |
| Link User | POST | /add-organization |
| Remove Link | POST | /remove-organization |