The Central Dispatch customer ID of the customer.
Example:d5c62b14-cbd1-11ee-9a0e-0242ac110002
Get a customer by ID
The Central Dispatch customer ID of the customer.
Example:d5c62b14-cbd1-11ee-9a0e-0242ac110002
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+. For example, to request a resource from version 1.x.x of an API, the Accept header should be set to application/vnd.coxauto.v1+json.
Example:application/vnd.coxauto.v1+json
OK. Successful request.
A customer record.
The name of the company.
Example:Smart Logistics
The year the company was established. This value will be returned only if customer-management scope is used.
Example:1998
The email address of the contact. Must be a valid email address format.
Example:contact@aculogistics.com
The date the company joined the platform, in UTC/ISO 8601 format. This value will be returned only if customer-management scope is used.
Example:2024-10-31T00:00:00Z
Details of a customer’s phone number.
Details of a customer’s address.
Details of a customer’s authority number.
The Central Dispatch customer ID of the customer.
Example:d5c62b14-cbd1-11ee-9a0e-0242ac110002
Indicates if the company has temporarily lost access to their account due to security reasons.
Example:true
Get a user by ID.
The Central Dispatch user ID.
Example:d71b5750-e89b-12d3-a456-426614174000
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+. For example, to request a resource from version 1.x.x of an API, the Accept header should be set to application/vnd.coxauto.v1+json.
Example:application/vnd.coxauto.v1+json
OK. Successful request.
A user record.
The fully qualified URL of the user record.
Example:https://membership-api.centraldispatch.com/users/id/d71b5750-e89b-12d3-a456-426614174000
The ID of the user.
Example:d71b5750-e89b-12d3-a456-426614174000
The preferred first name of the user.
Example:Mickey
The legal last name of the user.
Example:Smith
The legal first name of the user.
Example:Michael
The email address of the user.
Example:mickey@snoogle.com
The username of the user.
Example:msmith
Indicates if the user is active.
Example:true
The creation date of the user (UTC/ISO 8601).
Example:2024-10-31T00:00:00Z
The last updated date of the user (UTC/ISO 8601).
Example:2024-10-15T00:00:00Z
The phone number of the user.
Example:949-555-1323
Get all the users that are associated with the customer in the Bearer token.
The maximum number of items to be returned in the response.
startingPoint is 1-based integer, default 1.numberOfResults is an integer, default 25, maximum 500.Example:limit(1,10)
The major version of the API to make a request against. This is a custom MIME type that contains vnd.coxauto.v[#]+. For example, to request a resource from version 1.x.x of an API, the Accept header should be set to application/vnd.coxauto.v1+json.
Example:application/vnd.coxauto.v1+json
OK. Successful request.
A paginated collection of users.
The URL used to query the current collection of the resource.
Example:https://membership-api.centraldispatch.com/users/mine?limit(5,1)
A user record.
The maximum number of items to be returned in the response.
Example:1
The URL to the next page of the collection, if available.
Example:https://membership-api.centraldispatch.com/users/mine?limit(6,1)
The URL to the previous page of the collection, if available.
Example:https://membership-api.centraldispatch.com/users/mine?limit(4,1)
The URL to the first page of the collection.
Example:https://membership-api.centraldispatch.com/users/mine?limit(1,1)
The total count of resources in the collection.
Example:23