Update User Access Modes

Endpoint to update the User access modes.

Path Params
string
required

The User ID.

Body Params
int64
required

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

access_modes
array of objects
required

The access modes to apply to the given User.

access_modes*
boolean
Defaults to true

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

Headers
string
required
Defaults to {{fingerprint}}

Advanced authentication: SHA512SUM of the Fingerprint order values.

string
required
Defaults to {{fingerprint_signature}}

Advanced authentication: Signature of the X-Soldo-Fingerprint.

Responses
204

No content as result.

400

Your request has missing arguments or is malformed.

404

One or more resource requested does not exist.

Language
Credentials
OAuth2
URL
Response
Click Try It! to start a request and see the response here!