POST API/V1/Mobile/Authorization/Users

Request Information

URI Parameters

None.

Body Parameters

iMDsoft.API.Metavision.Data.Authorization.UsersSearchOptions
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UsersSearchOptions'.

Response Information

Resource Description

Collection of integer

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]