{
"access_grants": [
{
"access_grant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"access_method_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"created_at": "2023-11-07T05:31:56Z",
"display_name": "<string>",
"ends_at": "2023-11-07T05:31:56Z",
"errors": [
{
"created_at": "2023-11-07T05:31:56Z",
"error_code": "cannot_create_requested_access_methods",
"message": "<string>",
"missing_device_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
],
"location_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"name": "<string>",
"pending_mutations": [
{
"created_at": "2023-11-07T05:31:56Z",
"from": {
"device_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
},
"message": "<string>",
"mutation_code": "updating_spaces",
"to": {
"device_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"common_code_key": "<string>"
}
}
],
"requested_access_methods": [
{
"created_access_method_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"created_at": "2023-11-07T05:31:56Z",
"display_name": "<string>",
"mode": "code",
"code": "<string>",
"instant_key_max_use_count": 2
}
],
"space_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"starts_at": "2023-11-07T05:31:56Z",
"warnings": [
{
"error_code": "<string>",
"message": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"reservation_key": "<string>",
"user_identity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"pagination": {
"has_next_page": true,
"next_page_cursor": "<string>",
"next_page_url": "<string>"
}
}Unmanaged
List Unmanaged Access Grants
Gets unmanaged Access Grants (where is_managed = false).
GET
/
access_grants
/
unmanaged
/
list
{
"access_grants": [
{
"access_grant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"access_method_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"created_at": "2023-11-07T05:31:56Z",
"display_name": "<string>",
"ends_at": "2023-11-07T05:31:56Z",
"errors": [
{
"created_at": "2023-11-07T05:31:56Z",
"error_code": "cannot_create_requested_access_methods",
"message": "<string>",
"missing_device_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
],
"location_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"name": "<string>",
"pending_mutations": [
{
"created_at": "2023-11-07T05:31:56Z",
"from": {
"device_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
},
"message": "<string>",
"mutation_code": "updating_spaces",
"to": {
"device_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"common_code_key": "<string>"
}
}
],
"requested_access_methods": [
{
"created_access_method_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"created_at": "2023-11-07T05:31:56Z",
"display_name": "<string>",
"mode": "code",
"code": "<string>",
"instant_key_max_use_count": 2
}
],
"space_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"starts_at": "2023-11-07T05:31:56Z",
"warnings": [
{
"error_code": "<string>",
"message": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"reservation_key": "<string>",
"user_identity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"pagination": {
"has_next_page": true,
"next_page_cursor": "<string>",
"next_page_url": "<string>"
}
}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 user identity by which you want to filter the list of unmanaged Access Grants.
ID of the access system by which you want to filter the list of unmanaged Access Grants.
ID of the entrance by which you want to filter the list of unmanaged Access Grants.
Filter unmanaged Access Grants by reservation_key.
Minimum string length:
1Numerical limit on the number of unmanaged access grants to return.
Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.
Was this page helpful?