Skip to end of banner
Go to start of banner

Permission-Service

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

CheckIfUserExists?x={userNameOrEmail}

  • Parameter userNameOrEmail , kann Username oder Email-Adresse sein
  • Gibt true oder false zurück, je nachdem ob der User existiert
  • Ein User wird anhand seines Usernamens bzw. Emailadressen der Person gesucht
  • Fehler:
    • Exception - Code 500

CheckIfUserExistsForPerson?x={personId}

  • Parameter personId = Pflicht
  • Gibt true oder false zurück, je nachdem ob der User existiert
  • Sucht anhand einer Person einen User
  • Fehler:
    • Auch False wenn die Person nicht existiert
    • Exception - Code 500

PasswordLost?x={userName}&r={reportGuid}&ar={additionalReportGuid}


WriteNewUserAndPrivatePerson, Method = "POST"

GenerateUserWithPassword?x={userName}&y={password}

TryGetUserOrGenerateUser?x={userNameOrEmail}

GenerateUserWithPasswordByPerson?x={userName}&y={password}&z={personId}

GenerateUserWithGeneratePassword?x={userName}&r={reportGuid}&ar={additionalReportGuid}

GenerateUserWithGeneratePasswordByPerson?x={userName}&y={personId}&r={reportGuid}&ar={additionalReportGuid}

AuthenticateUserWithPassword?x={userName}&y={password}

etGroupsOfUser?x={userName}

GenerateUserMembership?x={userName}&y={groupname}

ChangePassword?x={userName}&y={password}

GeneratePasswordAndNotifyUser?x={userName}&r={reportGuid}

  • No labels