v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBUsers
Update User Access Modes
Endpoint to update the User access modes.
put/business/v2/employees/{userId}/access-modes
Path parameters
userIdstring required
The User ID.
Example:XMPL1234-000001
Headers
X-Soldo-Fingerprintstring required
Advanced authentication: SHA512SUM of the fingerprint values listed in the fingerprint order for this endpoint.
Example:{{fingerprint}}
X-Soldo-Fingerprint-Signaturestring required
Advanced authentication: Signature of the X-Soldo-Fingerprint.
Example:{{fingerprint_signature}}
Request body
Example request
{
"request_timestamp": 1576850500000,
"skip_credential_notification": true
}Response
No content as result.