{
"access_methods": [
{
"access_method_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"display_name": "<string>",
"display_status": "<string>",
"errors": [
{
"created_at": "2023-11-07T05:31:56Z",
"error_code": "failed_to_issue",
"message": "<string>"
}
],
"is_issued": true,
"issued_at": "2023-11-07T05:31:56Z",
"mode": "code",
"pending_mutations": [
{
"created_at": "2023-11-07T05:31:56Z",
"from": {
"device_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
},
"message": "<string>",
"mutation_code": "provisioning_access",
"to": {
"device_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
}
],
"warnings": [
{
"error_code": "<string>",
"message": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"code": "<string>",
"is_assignment_required": true,
"is_encoding_required": true,
"is_ready_for_assignment": true,
"is_ready_for_encoding": true
}
]
}Unmanaged
List Unmanaged Access Methods
Lists all unmanaged access methods (where is_managed = false), usually filtered by Access Grant.
GET
/
access_methods
/
unmanaged
/
list
{
"access_methods": [
{
"access_method_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"display_name": "<string>",
"display_status": "<string>",
"errors": [
{
"created_at": "2023-11-07T05:31:56Z",
"error_code": "failed_to_issue",
"message": "<string>"
}
],
"is_issued": true,
"issued_at": "2023-11-07T05:31:56Z",
"mode": "code",
"pending_mutations": [
{
"created_at": "2023-11-07T05:31:56Z",
"from": {
"device_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
},
"message": "<string>",
"mutation_code": "provisioning_access",
"to": {
"device_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
}
],
"warnings": [
{
"error_code": "<string>",
"message": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"code": "<string>",
"is_assignment_required": true,
"is_encoding_required": true,
"is_ready_for_assignment": true,
"is_ready_for_encoding": true
}
]
}Authorizations
pat_with_workspaceconsole_session_with_workspaceapi_keyclient_session_with_customerclient_session_with_customer_rosupport_read_only_token
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ID of Access Grant to list unmanaged access methods for.
ID of the device for which you want to retrieve all unmanaged access methods.
ID of the entrance for which you want to retrieve all unmanaged access methods.
ID of the space for which you want to retrieve all unmanaged access methods.
Response
OK
Show child attributes
Show child attributes
Was this page helpful?