Assign a Credential to an ACS User
PATCH /acs/credentials/assign ⇒ void
Assigns a specified credential to a specified ACS user.
Request
await seam.acs.credentials.assign({
acs_user_id: "33333333-3333-3333-3333-333333333333",
acs_credential_id: "66666666-6666-6666-6666-666666666666",
});
Response
// void
Authentication Methods
API key
Personal access token Must also include the
seam-workspace
header in the request.
Request Parameters
acs_credential_id
acs_credential_id
Type: string
Required: Yes
ID of the desired credential.
acs_user_id
acs_user_id
Type: string
Required: Yes
ID of the desired user.
Return Type
void
Last updated
Was this helpful?