v1

latestOpenAPI 3.1.02026-08-06236494759.4 KB
Users

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

request_timestampinteger required

The epoch timestamp in millis. This is checked in Soldo. Requests with timestamp older than 5 seconds will be rejected.

skip_credential_notificationboolean

Avoid to notify user upon credential status change driven by access_modes field.

Example request

{
  "request_timestamp": 1576850500000,
  "skip_credential_notification": true
}

Response

No content as result.