Convert an Unmanaged Access Code

Converts an unmanaged access code to an access code managed through Seam.

An unmanaged access code has a limited set of operations that you can perform on it. Once you convert an unmanaged access code to a managed access code, the full set of access code operations and lifecycle events becomes available for it.

Note that not all device providers support converting an unmanaged access code to a managed access code.

Authentication Methods
  • API key

  • Client session token

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

access_code_id String (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.


Response

void

Last updated

Was this helpful?

Revision created

ci: Generate docs