Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
acs_encoder_id
string<uuid>
required

ID of the acs_encoder to use to scan the credential.

acs_user_id
string<uuid>

ID of the acs_user to assign the scanned credential to.

salto_ks_metadata
object

Salto KS-specific metadata for the scan action.

user_identity_id
string<uuid>

ID of the user_identity to assign the scanned credential to. If the ACS system contains an ACS user linked to this user identity, it is used. Otherwise, one is created.

Response

OK

action_attempt
object
required

Tracks the progress of this operation. Poll using the action_attempt_id. See the action_attempt object.