POST API/V1/Mobile/Authorization/Users
Request Information
URI Parameters
None.
Body Parameters
iMDsoft.API.Metavision.Data.Authorization.UsersSearchOptionsName | Description | Type | Additional information |
---|---|---|---|
DepartmentsIds | Collection of integer |
None. |
|
UserTypesIds | Collection of integer |
None. |
|
PatientPermission | iMDsoft.API.Metavision.Data.Authorization.PatientPermissionsEnum |
None. |
Request Formats
application/json, text/json
Sample:
{ "departmentsIds": [ 1, 2 ], "userTypesIds": [ 1, 2 ], "patientPermission": 0 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 2 ]