JSON API » people

Available functions

FunctionDescription
people/createCreates a new person.
people/deleteDeletes a person.
people/getGets fields of a person.
people/importImports people.
people/listGets array of fields of people.
people/search/listGets array of fields of people recursively.
people/totp/qrcodeGets a TOTP QR code for a person, generating a secret if one does not exist.
people/totp/verifyVerifies a TOTP code for a person.
people/unlockUnlocks a person after too many failed logins.
people/updateUpdates an existing person.