Get customer
Returns the info about the customer with a givenid.
Specifics
Request
Response
Request
Response
List customers
Returns a list of customers. Specifics
Request
All parameters are optional.
<string_filter_type> values
<string_filter_type> values
| Value | Type | Notes | | --- | --- | --- | |
values | string[] | An
array of strings. | | exclude_values | string[] | An array of strings. |<integer_filter_type> values
<integer_filter_type> values
| Value | Type | Notes | | --- | --- | --- | |
values | int[] | An array
of integers. | | exclude_values | int[] | An array of integers. |<range_filter_type> values
<range_filter_type> values
| Value | Type | Notes | | --- | --- | --- | |
lte | int | Less than or
equal to the given value. | | lt | int | Less than the given value. | |
gte | int | Greater than or equal to the given value. | | gt | int |
Greater than the given value. | | eq | int | Equal to the given value. |<date_range_filter_type> values
<date_range_filter_type> values
Dates are in ISO 8601 format with microsecond resolution, e.g.
2017-10-12T15:19:21.010200+01:00.Request
Response
Create customer
Creates a new Customer user type. Specifics
Request
Response
Request
Response
Update customer
Updates customer’s properties. Apart fromid, at least one optional parameter must be included.
Specifics
Request
No response payload.
Request
Response
Ban customer
Bans the customer for a specific period of time. It immediately disconnects all active sessions of this customer and does not accept new ones during the ban lifespan. Specifics
Request
No response payload.
Request
Response