Get user list

https://api.sciener.com/v3/user/list

List the users registered by cloud API: Register user,this API will not return users registered in Sciener APP.

1 Request example

2 Request parameters

NameTypeRequiredDescription
clientIdStringYclient_id from Create application
clientSecretStringYclient_secret from Create application
startDateLongNquery by register time,start time (timestamp in millisecond)
endDateLongNquery by register time,end time (timestamp in millisecond)
pageNoIntYPage no, start from 1
pageSizeIntYItems per page, max 200
dateLongYCurrent time (timestamp in millisecond)

3 Response and example

ParameterTypeDescription
listJSONArraylist of records
pageNoIntPage no, start from 1
pageSizeIntItems per page, max 200
pagesIntTotal number of pages
totalIntTotal number of records

The objects in the list

ParameterTypeDescription
usernameStringThe prefixed username return by cloud API: User register
regtimeLongRegister time(timestamp in milliseconds)