Class SeamHttpAcsUsersUnmanaged
 Constructors
constructor
- new SeamHttpAcsUsersUnmanaged(apiKeyOrOptions?): SeamHttpAcsUsersUnmanaged
 
 Properties
client
client: AxiosInstance
Readonlydefaults
 Methods
get
- get(body?): SeamHttpRequest<SetNonNullable<Required<{ 
    acs_user: { 
        access_schedule?: { 
            ends_at: null | string; 
            starts_at: string; 
        }; 
        acs_system_id: string; 
        acs_user_id: string; 
        created_at: string; 
        display_name: string; 
        email?: string; 
        email_address?: string; 
        errors: (
            | { 
                created_at: string; 
                error_code: "deleted_externally"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "salto_ks_subscription_limit_exceeded"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "failed_to_create_on_acs_system"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "failed_to_update_on_acs_system"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "failed_to_delete_on_acs_system"; 
                message: string; 
            })[]; 
        external_type?: 
            | "pti_user"
            | "brivo_user"
            | "hid_credential_manager_user"
            | "salto_site_user"
            | "latch_user"
            | "dormakaba_community_user"
            | "salto_space_user"; 
        external_type_display_name?: string; 
        full_name?: string; 
        hid_acs_system_id?: string; 
        is_latest_desired_state_synced_with_provider?: null | boolean; 
        is_managed: false; 
        is_suspended?: boolean; 
        latest_desired_state_synced_with_provider_at?: null | string; 
        pending_modifications?: (
            | { 
                created_at: string; 
                modification_code: "profile"; 
                modified_from: { 
                    email_address?: (...) | (...) | (...); 
                    full_name?: (...) | (...) | (...); 
                    phone_number?: (...) | (...) | (...); 
                }; 
                modified_to: { 
                    email_address?: (...) | (...) | (...); 
                    full_name?: (...) | (...) | (...); 
                    phone_number?: (...) | (...) | (...); 
                }; 
            }
            | { 
                created_at: string; 
                modification_code: "access_schedule"; 
                modified_from: { 
                    ends_at: (...) | (...); 
                    starts_at: string; 
                }; 
                modified_to: { 
                    ends_at: (...) | (...); 
                    starts_at: string; 
                }; 
            }
            | { 
                created_at: string; 
                modification_code: "suspension_state"; 
                modified_from: { 
                    is_suspended: boolean; 
                }; 
                modified_to: { 
                    is_suspended: boolean; 
                }; 
            }
            | { 
                created_at: string; 
                modification_code: "acs_access_group_membership"; 
                modified_from: { 
                    acs_access_group_id: (...) | (...); 
                }; 
                modified_to: { 
                    acs_access_group_id: (...) | (...); 
                }; 
            })[]; 
        phone_number?: string; 
        user_identity_email_address?: null | string; 
        user_identity_full_name?: null | string; 
        user_identity_id?: string; 
        user_identity_phone_number?: null | string; 
        warnings: ({ 
            created_at: string; 
            message: string; 
            warning_code: "being_deleted"; 
        } | { 
            created_at: string; 
            message: string; 
            warning_code: "salto_ks_user_not_subscribed"; 
        } | { 
            created_at: string; 
            message: string; 
            warning_code: "unknown_issue_with_acs_user"; 
        })[]; 
        workspace_id: string; 
    }; 
}>, "acs_user">, "acs_user"> Parameters
Optionalbody: { 
    acs_user_id: string; 
}
Returns SeamHttpRequest<SetNonNullable<Required<{ 
    acs_user: { 
        access_schedule?: { 
            ends_at: null | string; 
            starts_at: string; 
        }; 
        acs_system_id: string; 
        acs_user_id: string; 
        created_at: string; 
        display_name: string; 
        email?: string; 
        email_address?: string; 
        errors: (
            | { 
                created_at: string; 
                error_code: "deleted_externally"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "salto_ks_subscription_limit_exceeded"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "failed_to_create_on_acs_system"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "failed_to_update_on_acs_system"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "failed_to_delete_on_acs_system"; 
                message: string; 
            })[]; 
        external_type?: 
            | "pti_user"
            | "brivo_user"
            | "hid_credential_manager_user"
            | "salto_site_user"
            | "latch_user"
            | "dormakaba_community_user"
            | "salto_space_user"; 
        external_type_display_name?: string; 
        full_name?: string; 
        hid_acs_system_id?: string; 
        is_latest_desired_state_synced_with_provider?: null | boolean; 
        is_managed: false; 
        is_suspended?: boolean; 
        latest_desired_state_synced_with_provider_at?: null | string; 
        pending_modifications?: (
            | { 
                created_at: string; 
                modification_code: "profile"; 
                modified_from: { 
                    email_address?: (...) | (...) | (...); 
                    full_name?: (...) | (...) | (...); 
                    phone_number?: (...) | (...) | (...); 
                }; 
                modified_to: { 
                    email_address?: (...) | (...) | (...); 
                    full_name?: (...) | (...) | (...); 
                    phone_number?: (...) | (...) | (...); 
                }; 
            }
            | { 
                created_at: string; 
                modification_code: "access_schedule"; 
                modified_from: { 
                    ends_at: (...) | (...); 
                    starts_at: string; 
                }; 
                modified_to: { 
                    ends_at: (...) | (...); 
                    starts_at: string; 
                }; 
            }
            | { 
                created_at: string; 
                modification_code: "suspension_state"; 
                modified_from: { 
                    is_suspended: boolean; 
                }; 
                modified_to: { 
                    is_suspended: boolean; 
                }; 
            }
            | { 
                created_at: string; 
                modification_code: "acs_access_group_membership"; 
                modified_from: { 
                    acs_access_group_id: (...) | (...); 
                }; 
                modified_to: { 
                    acs_access_group_id: (...) | (...); 
                }; 
            })[]; 
        phone_number?: string; 
        user_identity_email_address?: null | string; 
        user_identity_full_name?: null | string; 
        user_identity_id?: string; 
        user_identity_phone_number?: null | string; 
        warnings: ({ 
            created_at: string; 
            message: string; 
            warning_code: "being_deleted"; 
        } | { 
            created_at: string; 
            message: string; 
            warning_code: "salto_ks_user_not_subscribed"; 
        } | { 
            created_at: string; 
            message: string; 
            warning_code: "unknown_issue_with_acs_user"; 
        })[]; 
        workspace_id: string; 
    }; 
}>, "acs_user">, "acs_user">
list
- list(body?): SeamHttpRequest<SetNonNullable<Required<{ 
    acs_users: { 
        access_schedule?: { 
            ends_at: null | string; 
            starts_at: string; 
        }; 
        acs_system_id: string; 
        acs_user_id: string; 
        created_at: string; 
        display_name: string; 
        email?: string; 
        email_address?: string; 
        errors: (
            | { 
                created_at: string; 
                error_code: "deleted_externally"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "salto_ks_subscription_limit_exceeded"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "failed_to_create_on_acs_system"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "failed_to_update_on_acs_system"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "failed_to_delete_on_acs_system"; 
                message: string; 
            })[]; 
        external_type?: 
            | "pti_user"
            | "brivo_user"
            | "hid_credential_manager_user"
            | "salto_site_user"
            | "latch_user"
            | "dormakaba_community_user"
            | "salto_space_user"; 
        external_type_display_name?: string; 
        full_name?: string; 
        hid_acs_system_id?: string; 
        is_latest_desired_state_synced_with_provider?: null | boolean; 
        is_managed: false; 
        is_suspended?: boolean; 
        latest_desired_state_synced_with_provider_at?: null | string; 
        pending_modifications?: (
            | { 
                created_at: string; 
                modification_code: "profile"; 
                modified_from: { 
                    email_address?: ...; 
                    full_name?: ...; 
                    phone_number?: ...; 
                }; 
                modified_to: { 
                    email_address?: ...; 
                    full_name?: ...; 
                    phone_number?: ...; 
                }; 
            }
            | { 
                created_at: string; 
                modification_code: "access_schedule"; 
                modified_from: { 
                    ends_at: ...; 
                    starts_at: ...; 
                }; 
                modified_to: { 
                    ends_at: ...; 
                    starts_at: ...; 
                }; 
            }
            | { 
                created_at: string; 
                modification_code: "suspension_state"; 
                modified_from: { 
                    is_suspended: ...; 
                }; 
                modified_to: { 
                    is_suspended: ...; 
                }; 
            }
            | { 
                created_at: string; 
                modification_code: "acs_access_group_membership"; 
                modified_from: { 
                    acs_access_group_id: ...; 
                }; 
                modified_to: { 
                    acs_access_group_id: ...; 
                }; 
            })[]; 
        phone_number?: string; 
        user_identity_email_address?: null | string; 
        user_identity_full_name?: null | string; 
        user_identity_id?: string; 
        user_identity_phone_number?: null | string; 
        warnings: ({ 
            created_at: string; 
            message: string; 
            warning_code: "being_deleted"; 
        } | { 
            created_at: string; 
            message: string; 
            warning_code: "salto_ks_user_not_subscribed"; 
        } | { 
            created_at: string; 
            message: string; 
            warning_code: "unknown_issue_with_acs_user"; 
        })[]; 
        workspace_id: string; 
    }[]; 
}>, "acs_users">, "acs_users"> Parameters
Optionalbody: { 
    acs_system_id?: string; 
    limit?: number; 
    user_identity_email_address?: string; 
    user_identity_id?: string; 
    user_identity_phone_number?: string; 
}Optionalacs_system_id?: string
Optionallimit?: number
Optionaluser_identity_email_address?: string
Optionaluser_identity_id?: string
Optionaluser_identity_phone_number?: string
Returns SeamHttpRequest<SetNonNullable<Required<{ 
    acs_users: { 
        access_schedule?: { 
            ends_at: null | string; 
            starts_at: string; 
        }; 
        acs_system_id: string; 
        acs_user_id: string; 
        created_at: string; 
        display_name: string; 
        email?: string; 
        email_address?: string; 
        errors: (
            | { 
                created_at: string; 
                error_code: "deleted_externally"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "salto_ks_subscription_limit_exceeded"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "failed_to_create_on_acs_system"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "failed_to_update_on_acs_system"; 
                message: string; 
            }
            | { 
                created_at: string; 
                error_code: "failed_to_delete_on_acs_system"; 
                message: string; 
            })[]; 
        external_type?: 
            | "pti_user"
            | "brivo_user"
            | "hid_credential_manager_user"
            | "salto_site_user"
            | "latch_user"
            | "dormakaba_community_user"
            | "salto_space_user"; 
        external_type_display_name?: string; 
        full_name?: string; 
        hid_acs_system_id?: string; 
        is_latest_desired_state_synced_with_provider?: null | boolean; 
        is_managed: false; 
        is_suspended?: boolean; 
        latest_desired_state_synced_with_provider_at?: null | string; 
        pending_modifications?: (
            | { 
                created_at: string; 
                modification_code: "profile"; 
                modified_from: { 
                    email_address?: ...; 
                    full_name?: ...; 
                    phone_number?: ...; 
                }; 
                modified_to: { 
                    email_address?: ...; 
                    full_name?: ...; 
                    phone_number?: ...; 
                }; 
            }
            | { 
                created_at: string; 
                modification_code: "access_schedule"; 
                modified_from: { 
                    ends_at: ...; 
                    starts_at: ...; 
                }; 
                modified_to: { 
                    ends_at: ...; 
                    starts_at: ...; 
                }; 
            }
            | { 
                created_at: string; 
                modification_code: "suspension_state"; 
                modified_from: { 
                    is_suspended: ...; 
                }; 
                modified_to: { 
                    is_suspended: ...; 
                }; 
            }
            | { 
                created_at: string; 
                modification_code: "acs_access_group_membership"; 
                modified_from: { 
                    acs_access_group_id: ...; 
                }; 
                modified_to: { 
                    acs_access_group_id: ...; 
                }; 
            })[]; 
        phone_number?: string; 
        user_identity_email_address?: null | string; 
        user_identity_full_name?: null | string; 
        user_identity_id?: string; 
        user_identity_phone_number?: null | string; 
        warnings: ({ 
            created_at: string; 
            message: string; 
            warning_code: "being_deleted"; 
        } | { 
            created_at: string; 
            message: string; 
            warning_code: "salto_ks_user_not_subscribed"; 
        } | { 
            created_at: string; 
            message: string; 
            warning_code: "unknown_issue_with_acs_user"; 
        })[]; 
        workspace_id: string; 
    }[]; 
}>, "acs_users">, "acs_users">
updateClientSessionToken
- updateClientSessionToken(clientSessionToken): Promise<void>
 Parameters
- clientSessionToken: string
 
Returns Promise<void>
StaticfromClientSessionToken
- fromClientSessionToken(clientSessionToken, options?): SeamHttpAcsUsersUnmanaged
 
StaticfromConsoleSessionToken
- fromConsoleSessionToken(consoleSessionToken, workspaceId, options?): SeamHttpAcsUsersUnmanaged
 
StaticfromPersonalAccessToken
- fromPersonalAccessToken(personalAccessToken, workspaceId, options?): SeamHttpAcsUsersUnmanaged
 
StaticfromPublishableKey
- fromPublishableKey(publishableKey, userIdentifierKey, options?): Promise<SeamHttpAcsUsersUnmanaged>