Skip to main content
POST
Apply: set logins/passwords, e-mail those with an address, and return the plaintext credentials of the rest for download

Authorizations

Authorization
string
header
required

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Body

application/json
scope
enum<string>
required
Available options:
missing,
all,
selected
login_schema
enum<string>
required

Strategy for deriving an employee's login code when bulk-generating credentials (e.g. after a DLS import). The actual derivation lives in {@see \App\Services\Credentials\LoginGenerator}.

Available options:
reference_no,
firstname.lastname,
f.lastname,
email,
template
template
string | null
Maximum string length: 255
overwrite_existing_login
boolean
force_change
boolean
password_length
integer
Required range: 8 <= x <= 64
send_email
boolean
employee_ids
string[]

Response

data
object
required