Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.86 KB

File metadata and controls

62 lines (37 loc) · 1.86 KB

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.

{% tabs %} {% tab title="Signature" %}

PATCH /access_codes/unmanaged/convert_to_managed ⇒ void

{% endtab %} {% endtabs %}

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 (Required)

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


allow_external_modification

Indicates whether external modification of the access code is allowed.


force

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

Indicates whether external modification of the access code is allowed.


Response

void