v3

latestSwagger 2.0raw.githubusercontent.com2022-01-25362236.6 KB
user

Get a list of all API users/API keys.

Get a listing of all API user/API key records the currently authenticated admin user has permissions to.

This API's query parameters and responses are intended to be compatible with the DataTables server-side processing API.

get/api-umbrella/v1/users

Query parameters

startinteger

Offset for pagination (0 based - 0 is the first record)

lengthinteger

Limit the number of records returned for pagination

search[value]string

Perform a text search across all records for this string

order[i][column]integer

Size of array

order[i][dir]'asc' | 'desc'

Size of array

columns[i][data]string

The database field name of the column displayed at index i

columns[i][name]string

The human-readable name of the column displayed at index i

Response

Successful response