Skip to main content
POST
/
access_codes
/
unmanaged
/
convert_to_managed
await seam.accessCodes.unmanaged.convertToManaged({
  access_code_id: "9ef2af02-e335-4b49-bd51-00e851a83ef6",
  is_external_modification_allowed: true,
  force: true,
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
access_code_id
string<uuid>
required

ID of the unmanaged access code that you want to convert to a managed access code.

allow_external_modification
boolean

Indicates whether external modification of the access code is allowed.

force
boolean

Indicates whether to force the access code conversion. To switch management of an access code from one Seam workspace to another, set force to true.

is_external_modification_allowed
boolean

Indicates whether external modification of the access code is allowed.

sync
boolean
default:false

Response

OK

ok
boolean
required