Google Spectrum Access System (SAS) Portal API를 사용하면 Citizens Broadband Radio Service (CBRS) 네트워크 내에서 사용자 ID와 기기를 만들고, 보고, 업데이트하고, 삭제할 수 있습니다.
각 사용자가 리소스를 관리할 수 있는 기능은 리소스 또는 상위 리소스에 할당된 사용자 역할에 따라 다릅니다. 권한은 상위 리소스에서 상속됩니다.
사용자 ID
사용자 ID는 시민 광대역 무선 서비스 기기 (CBSD)의 운영자를 고유하게 식별합니다.
SAS는 사용자 ID를 사용하여 고객에게 기기를 할당합니다.
모든 SAS 고객은 고객 계정 설정 중에 사용자 ID를 하나 이상 제공해야 합니다. 나중에 사용자 ID를 추가할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[],[],null,["# Manage user IDs and devices\n\nThe Google Spectrum Access System (SAS) Portal API lets you create, view, update, and delete\nuser IDs and devices within your Citizens Broadband Radio Service (CBRS) network.\n\nThe ability for each user to manage a resource depends on the user role assigned\nto the resource or parent resource. Permissions are inherited from the parent\nresource.\n\nUser IDs\n--------\n\nA user ID uniquely identifies the operator of a Citizens Broadband Radio Service Device (CBSD).\nSAS uses user IDs to assign a device to a\n[customer](/spectrum-access-system/docs/key-terms).\nEvery SAS customer has to provide at least one user ID during\ncustomer account setup. You can add additional user IDs later.\n\nDevices\n-------\n\nThe SAS Portal API enables multistep registration of\nCBSDs. For devices that need to be installed by a\n[Certified Professional Installer (CPI)](/spectrum-access-system/docs/key-terms), there are two ways\nto initiate the multistep registration process:\n\n- **Option 1.** Initiate the process with a CPI account. The user must be\n authenticated with the [`role_cpi` role](/spectrum-access-system/docs/roles-and-permissions#cpi).\n First, the user is verified by using the\n [`ValidateInstaller()` method](/spectrum-access-system/docs/reference/rest/v1alpha1/installer/validate#spectrum.sas.portal.v1alpha1.DeviceManager.ValidateInstaller),\n and then they use the [`SignDevice()` method](/spectrum-access-system/docs/reference/rest/v1alpha1/deployments.devices/signDevice)\n to send the CPI-validated configuration to SAS.\n\n | **Note:** The user only needs to validate their CPI identity once.\n- **Option 2.** Initiate the process with any account. Any user can use the\n [`CreateSigned()` method](/spectrum-access-system/docs/reference/rest/customers.devices/createSigned)\n to create an inactive device configuration that is ready for the\n CBSD to use. This method uses device parameters that are\n encoded with a CPI's private key.\n\nRegardless of which option you use, this process creates an inactive\nconfiguration for the device in the SAS. Then, the\nCBSD sends a registration request to the SAS. If\nit is successful, the device status changes to **Registered**.\n\n- For CBSDs that do not need CPI validation, use the [`CreateDevice()` method](/spectrum-access-system/docs/reference/rpc/spectrum.sas.portal.v1alpha1#spectrum.sas.portal.v1alpha1.DeviceManager.CreateDevice).\n- For single-step registration with CPI-encoded data, use the [SAS-CBSD API](https://winnf.memberclicks.net/assets/CBRS/WINNF-TS-0016.pdf) defined by WInnForum.\n\nWhat's next\n-----------\n\n- To get an overview of the SAS Portal API, see [Google SAS Portal API overview](/spectrum-access-system/docs/overview-api).\n- For information about each API, see [Customers API](/spectrum-access-system/docs/customers-api) and [Device Manager API](/spectrum-access-system/docs/device-manager-api).\n- For examples of how to use the API, see [API code samples](/spectrum-access-system/docs/samples).\n- For reference documentation, see [APIs and reference](/spectrum-access-system/docs/apis)."]]