Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: location and locationId arguments are no mandatory for List Users operation

...

NameTypeMandatoryDescription
tokenStringYesSecurity Token obtained before.
userIdStringYesThe id of the logged in user.
locationENUMYesNo

Possible values: ['organization', 'facility'].

Specifies whether we want to filter users by Organization or Facility.

If this value is not specified the operation will return all the users from all the Organizations. The user invoking the operation in this case MUST have 'list_users_from_all_organizations' permission.

locationIdStringYes if location is also specified, otherwise NoThe id of the organization or facility we want to use for the filter.
statusStringNoThe id of the user's status we want to use for the filter.

...