...
Parameter | Type | Description |
---|---|---|
|
| E.g:
|
|
| Full text search (minimum 3 chars) |
|
|
|
|
| Search keyword (minimum 3 chars)
Should be used in conjunction with |
|
|
|
|
| |
|
| |
|
| Status, e.g:
|
|
| User type, e.g:
|
|
| Role, e.g:
|
| ||
| ||
| Clinic group | |
| Provider sub type |
...
Parameter | Type | Description |
---|---|---|
|
| E.g:
|
|
| Offset |
|
| Page size |
|
| E.g:
Available fields params
|
Response:
Code Block | ||
---|---|---|
| ||
curl --location 'https://api-vclinic.vseepreview.com/vc/stable/api_v3/users?q=anton%2Bpatient1%40vseelab.com&type=200' \ --header 'X-ApiToken: vclinic_api_token' \ --header 'X-AccountCode: vclinic' { "data": [ UserObject{ "email": "anton+patient1@vseelab.com", UserObject "id": "20008869839", "full_name": "Anton UserObject,Patient1" UserObject}, UserObject... ], "total_count": 500 } |
GET /users/:id
Status | ||||
---|---|---|---|---|
|
...