v1

latestOpenAPI 3.0.1GNU General Public License v3 (GPL-3)2026-07-145265194.5 KB
user

Get users who shared data

Returns users who have granted access to their data

get/v3/users

Query parameters

userIdnumber

User's id

createdAtstring

When the record was first created. Use UTC ISO 8601 YYYY-MM-DDThh:mm:ss datetime format. Time zone should be UTC and not local.

updatedAtstring

When the record was last updated. Use UTC ISO 8601 YYYY-MM-DDThh:mm:ss datetime format. Time zone should be UTC and not local.

limitinteger

The LIMIT is used to limit the number of results returned. So if youhave 1000 results, but only want to the first 10, you would set this to 10 and offset to 0. The maximum limit is 200 records.

offsetinteger

OFFSET says to skip that many rows before beginning to return rows to the client. OFFSET 0 is the same as omitting the OFFSET clause.If both OFFSET and LIMIT appear, then OFFSET rows are skipped before starting to count the LIMIT rows that are returned.

sortstring

Sort by one of the listed field names. If the field name is prefixed with -, it will sort in descending order.

clientIdstring

Your CureDAO client id can be obtained by creating an app at https://builder.quantimo.do

appVersionstring

Ex: 2.1.1.0

clientUserIdinteger

Ex: 74802

logstring

Username or email

pwdstring

User password

Response

Successful operation

descriptionstring

Users who granted access to their data

summarystring

Users who granted access to their data

statusstring

ex. OK or ERROR

successboolean

true or false

codenumber

Response code such as 200

avatarstring

Square icon png url

ionIconstring

Ex: ion-ios-person

htmlstring

Users who granted access to their data

linkstring

A super neat url you might want to share with your users!