Assign a Credential to an ACS User
await seam.acs.credentials.assign({
user_identity_id: "1082e2e8-ecbd-4ef1-aa61-a805f7ae2f01",
acs_credential_id: "59c9af06-7881-46d2-8d9b-3eda964c058b",
});// voidcurl --include --request POST "https://connect.getseam.com/acs/credentials/assign" \
--header "Authorization: Bearer $SEAM_API_KEY" \
--json @- <<EOF
{
"user_identity_id": "1082e2e8-ecbd-4ef1-aa61-a805f7ae2f01",
"acs_credential_id": "59c9af06-7881-46d2-8d9b-3eda964c058b"
}
EOF{}Request Parameters
Response
Examples
Assign a credential to an access system user
Last updated
Was this helpful?

