Get all end-users with pagination
GET https://api.nexway.store/endusers
Parameter name | Value | Description | Additional |
---|---|---|---|
page | int32 | Number of page you want to display |
|
size | int32 | Number of items to load per page |
|
sort | string | Sort column (ascending/descending) |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK Success |
SearchResult«EndUser» |
401 | Unauthorized Unauthorized |
|
403 | Forbidden Forbidden |
|
404 | Not Found Not Found |
|
500 | Internal Server Error Failure |