- 홈
- API Enriched
- API 참조
- 🪪 테넌트 및 ID API
🪪 테넌트 및 ID API
계정 뷰 구성 및 관리자 알림 채널. 일회용 비밀번호 초기화, 프로비저닝 흐름 및 활성 연결 모니터링.
- 카테고리: 플랫폼
- 복잡도: 고급
- 경로: 183 | 스키마: 511
- 티어: 표준
- 관련 도메인:
users,authentication,system
사용 사례
섹션 제목: “사용 사례”- 사용자 프로필 및 알림 기본 설정 관리
- 세션 제어 및 OTP 설정 구성
- ID 관리 작업 처리
- 초기 사용자 액세스 요청 처리
주요 리소스
섹션 제목: “주요 리소스”- user_profile: 개인 설정이 포함된 사용자 프로필
- session: 인증 상태를 위한 사용자 세션
- otp_policy: 다단계 인증을 위한 OTP 정책
엔드포인트
섹션 제목: “엔드포인트”| 메서드 | 경로 | 설명 |
|---|---|---|
| GET | /api/web/namespaces/system/allowed_tenants/support-tenant/access | 지원 테넌트 액세스 조회. |
| POST | /api/web/namespaces/system/allowed_tenants/support-tenant/access | 지원 테넌트 액세스 업데이트. |
| POST | /api/web/namespaces/{metadata.namespace}/allowed_tenants | 허용 테넌트 생성. |
| PUT | /api/web/namespaces/{metadata.namespace}/allowed_tenants/{metadata.name} | 허용 테넌트 교체. |
| GET | /api/web/namespaces/{namespace}/allowed_tenants | 허용 테넌트 목록 조회. |
| GET | /api/web/namespaces/{namespace}/allowed_tenants/{name} | 허용 테넌트 조회. |
| DELETE | /api/web/namespaces/{namespace}/allowed_tenants/{name} | 허용 테넌트 삭제. |
| POST | /api/config/namespaces/{metadata.namespace}/authentications | 인증 생성. |
| PUT | /api/config/namespaces/{metadata.namespace}/authentications/{metadata.name} | 인증 교체. |
| GET | /api/config/namespaces/{namespace}/authentications | 인증 목록 조회. |
| GET | /api/config/namespaces/{namespace}/authentications/{name} | 인증 조회. |
| DELETE | /api/config/namespaces/{namespace}/authentications/{name} | 인증 삭제. |
| POST | /api/config/namespaces/{metadata.namespace}/authorization_servers | 인가 서버 생성. |
| PUT | /api/config/namespaces/{metadata.namespace}/authorization_servers/{metadata.name} | 인가 서버 교체. |
| GET | /api/config/namespaces/{namespace}/authorization_servers | 인가 서버 목록 조회. |
| GET | /api/config/namespaces/{namespace}/authorization_servers/{name} | 인가 서버 조회. |
| DELETE | /api/config/namespaces/{namespace}/authorization_servers/{name} | 인가 서버 삭제. |
| POST | /api/waf/namespaces/{namespace}/authorization_servers/{name}/update | 인가 서버 업데이트. |
| GET | /api/web/namespaces/system/partner-management/child_tenants | 하위 테넌트 목록. |
| POST | /api/web/namespaces/system/partner-management/child_tenants/migrate | 하위 테넌트 마이그레이션. |
| GET | /api/web/namespaces/system/partner-management/customer_supports | 하위 테넌트에 생성된 모든 지원 티켓 목록 조회. |
| POST | /api/web/namespaces/system/partner-management/customer_supports | 하위 테넌트에 고객 지원 티켓 생성. |
| GET | /api/web/namespaces/system/partner-management/customer_supports/{tp_id} | 하위 테넌트의 고객 지원 티켓 조회. |
| POST | /api/web/namespaces/system/partner-management/customer_supports/{tp_id}/close | 하위 테넌트의 고객 지원 티켓 닫기. |
| POST | /api/web/namespaces/system/partner-management/customer_supports/{tp_id}/comment | 하위 테넌트의 고객 지원 티켓에 댓글 추가. |
| POST | /api/web/namespaces/system/partner-management/customer_supports/{tp_id}/escalate | 하위 테넌트의 티켓 에스컬레이션. |
| POST | /api/web/namespaces/system/partner-management/customer_supports/{tp_id}/priority | 하위 테넌트의 티켓 우선순위 변경. |
| POST | /api/web/namespaces/system/partner-management/customer_supports/{tp_id}/reopen | 하위 테넌트의 닫힌 고객 지원 티켓 재오픈. |
| POST | /api/web/namespaces/{metadata.namespace}/child_tenants | 하위 테넌트. |
| PUT | /api/web/namespaces/{metadata.namespace}/child_tenants/{metadata.name} | 하위 테넌트 교체. |
| GET | /api/web/namespaces/{namespace}/child_tenants | 하위 테넌트 목록 조회. |
| GET | /api/web/namespaces/{namespace}/child_tenants/{name} | 하위 테넌트 조회. |
| DELETE | /api/web/namespaces/{namespace}/child_tenants/{name} | 하위 테넌트 삭제. |
| GET | /api/web/namespaces/system/partner-management/child_tenant_managers/{name}/child_tenants | 특정 하위 테넌트 관리자의 하위 테넌트 목록 조회. |
| POST | /api/web/namespaces/system/partner-management/child_tenant_managers/{name}/child_tenants/migrate | CTM 하위 테넌트 마이그레이션. |
| POST | /api/web/namespaces/{metadata.namespace}/child_tenant_managers | 하위 테넌트 관리자. |
| PUT | /api/web/namespaces/{metadata.namespace}/child_tenant_managers/{metadata.name} | 하위 테넌트 관리자 교체. |
| GET | /api/web/namespaces/{namespace}/child_tenant_managers | 하위 테넌트 관리자 목록 조회. |
| GET | /api/web/namespaces/{namespace}/child_tenant_managers/{name} | 하위 테넌트 관리자 조회. |
| DELETE | /api/web/namespaces/{namespace}/child_tenant_managers/{name} | 하위 테넌트 관리자 삭제. |
| GET | /api/web/namespaces/system/partner-management/customer_supports/{tp_id}/comment/{comment_id}/attachment/{attachment_id} | 첨부 파일 조회. |
| POST | /api/cloud-data/namespaces/system/cloud_user_accounts/discover_networks | 클라우드 네트워크 검색. |
| POST | /api/web/namespaces/{metadata.namespace}/contacts | 연락처 생성. |
| PUT | /api/web/namespaces/{metadata.namespace}/contacts/{metadata.name} | 연락처 교체. |
| GET | /api/web/namespaces/{namespace}/contacts | 연락처 목록 조회. |
| GET | /api/web/namespaces/{namespace}/contacts/{name} | 연락처 조회. |
| DELETE | /api/web/namespaces/{namespace}/contacts/{name} | 연락처 삭제. |
| GET | /api/web/namespaces/system/managed_client/customer_supports | 관리 테넌트의 티켓 목록 조회. |
| POST | /api/web/namespaces/system/managed_client/customer_supports | 관리 테넌트에 고객 지원 티켓 생성. |
| GET | /api/web/namespaces/system/managed_client/customer_supports/{tp_id} | 관리 테넌트의 고객 지원 티켓 조회. |
| POST | /api/web/namespaces/system/managed_client/customer_supports/{tp_id}/close | 관리 테넌트의 고객 지원 티켓 닫기. |
| POST | /api/web/namespaces/system/managed_client/customer_supports/{tp_id}/comment | 관리 테넌트의 고객 지원 티켓에 댓글 추가. |
| POST | /api/web/namespaces/system/managed_client/customer_supports/{tp_id}/escalate | 관리 테넌트의 티켓 에스컬레이션. |
| POST | /api/web/namespaces/system/managed_client/customer_supports/{tp_id}/priority | 관리 테넌트의 티켓 우선순위. |
| POST | /api/web/namespaces/system/managed_client/customer_supports/{tp_id}/reopen | 관리 테넌트의 닫힌 고객 지원 티켓 재오픈. |
| GET | /api/web/namespaces/system/managed_tenants_by_user | 사용자별 관리 테넌트 목록 조회. |
| GET | /api/web/namespaces/system/managed_tenants_list | 관리 테넌트 목록 조회. |
| GET | /api/web/namespaces/system/support-tenant/managed_tenants | 지원 운영을 위한 사용자별 관리 테넌트 목록. |
| POST | /api/web/namespaces/{metadata.namespace}/managed_tenants | 관리 테넌트 생성. |
| PUT | /api/web/namespaces/{metadata.namespace}/managed_tenants/{metadata.name} | 관리 테넌트 교체. |
| GET | /api/web/namespaces/{namespace}/managed_tenants | 관리 테넌트 목록 조회. |
| GET | /api/web/namespaces/{namespace}/managed_tenants/{name} | 관리 테넌트 조회. |
| DELETE | /api/web/namespaces/{namespace}/managed_tenants/{name} | 관리 테넌트 삭제. |
| GET | /api/web/namespaces/system/managed_client/customer_supports/{tp_id}/comment/{comment_id}/attachment/{attachment_id} | 첨부 파일 조회. |
| GET | /api/web/namespaces | 네임스페이스 목록 조회. |
| POST | /api/web/namespaces | 네임스페이스 생성. |
| POST | /api/config/namespaces/system/all_application_inventory | 전체 애플리케이션 객체 인벤토리. |
| POST | /api/config/namespaces/system/all_application_inventory_waf_filters | WAF 필터를 포함한 전체 애플리케이션 객체 인벤토리. |
| POST | /api/ml/data/namespaces/system/api_endpoints/all_ns_stats | 전체 네임스페이스의 API 엔드포인트 통계 조회. |
| POST | /api/web/namespaces/system/evaluate-api-access | API 액세스 평가. |
| POST | /api/web/namespaces/system/evaluate-batch-api-access | 배치 API 액세스 평가. |
| POST | /api/web/namespaces/system/lookup-user-roles | 사용자 역할 조회. |
| POST | /api/config/namespaces/system/networking_inventory | 네트워킹 객체 인벤토리. |
| POST | /api/cloud-data/namespaces/system/suggest-values | 값 제안. |
| POST | /api/config/namespaces/system/update_allow_advertise_on_public | 공개 광고 허용 업데이트. |
| POST | /api/config/namespaces/system/validate_rules | 규칙 유효성 검사. |
| PUT | /api/web/namespaces/{metadata.name} | 네임스페이스 교체. |
| GET | /api/config/namespaces/{namespace}/active_alert_policies | 활성 알림 정책 조회. |
| POST | /api/config/namespaces/{namespace}/active_alert_policies | 활성 알림 정책 설정. |
| GET | /api/config/namespaces/{namespace}/active_network_policies | 활성 네트워크 정책 조회. |
| POST | /api/config/namespaces/{namespace}/active_network_policies | 활성 네트워크 정책 설정. |
| GET | /api/config/namespaces/{namespace}/active_service_policies | 활성 서비스 정책 조회. |
| POST | /api/config/namespaces/{namespace}/active_service_policies | 활성 서비스 정책 설정. |
| POST | /api/ml/data/namespaces/{namespace}/api_endpoints/stats | 네임스페이스의 API 엔드포인트 통계 조회. |
| POST | /api/config/namespaces/{namespace}/application_inventory | 애플리케이션 객체 인벤토리. |
| GET | /api/config/namespaces/{namespace}/fast_acls_for_internet_vips | 인터넷 VIP용 FastACL 조회. |
| POST | /api/config/namespaces/{namespace}/fast_acls_for_internet_vips | 인터넷 VIP용 FastACL 설정. |
| POST | /api/web/namespaces/{namespace}/suggest-values | 값 제안. |
| GET | /api/web/namespaces/{name} | 네임스페이스 조회. |
| POST | /api/web/namespaces/{name}/cascade_delete | 계단식 삭제. |
| GET | /api/web/namespaces/{namespace}/namespace_roles | 네임스페이스 역할 목록 조회. |
| GET | /api/web/namespaces/{namespace}/namespace_roles/{name} | 네임스페이스 역할 조회. |
| POST | /api/config/namespaces/{namespace}/dynamic-data | 동적 데이터. |
| GET | /api/web/namespaces/{namespace}/rbac_policys | RBAC 정책 목록 조회. |
| GET | /api/web/namespaces/{namespace}/rbac_policys/{name} | RBAC 정책 조회. |
| GET | /api/web/custom/namespaces/{namespace}/roles | 커스텀 역할 목록 조회. |
| POST | /api/web/custom/namespaces/{namespace}/roles | 커스텀 역할 생성. |
| GET | /api/web/custom/namespaces/{namespace}/roles/{name} | 커스텀 역할 조회. |
| PUT | /api/web/custom/namespaces/{namespace}/roles/{name} | 커스텀 역할 교체. |
| POST | /api/web/namespaces/{metadata.namespace}/roles | 역할 생성. |
| PUT | /api/web/namespaces/{metadata.namespace}/roles/{metadata.name} | 역할 교체. |
| GET | /api/web/namespaces/{namespace}/roles | 역할 목록 조회 |
| GET | /api/web/namespaces/{namespace}/roles/{name} | 역할 조회 |
| DELETE | /api/web/namespaces/{namespace}/roles/{name} | 역할 삭제. |
| GET | /api/web/custom/namespaces/{namespace}/oidc_provider/{name} | 조회 |
| POST | /api/web/custom/namespaces/{namespace}/oidc_provider/{name}/delete | 삭제 |
| GET | /api/web/custom/namespaces/{namespace}/oidc_providers | 목록 조회 |
| POST | /api/web/custom/namespaces/{namespace}/oidc_providers | 생성 |
| GET | /api/web/custom/namespaces/{namespace}/oidc_providers/{name} | 조회 |
| POST | /api/web/custom/namespaces/{namespace}/oidc_providers/{name} | 교체 |
| PUT | /api/web/custom/namespaces/{namespace}/oidc_providers/{name} | 교체 |
| POST | /api/web/custom/namespaces/{namespace}/oidc_providers/{name}/delete | 삭제 |
| GET | /api/web/custom/namespaces/{namespace}/oidc_providers/{name}/mappers | OIDC 매퍼 조회. |
| POST | /api/web/custom/namespaces/{namespace}/oidc_providers/{name}/mappers | OIDC 매퍼 업데이트. |
| PUT | /api/web/custom/namespaces/{namespace}/oidc_providers/{name}/scim | OIDC 공급자 SCIM 통합 업데이트. |
| GET | /no_auth/countries/{country_code}/states/{prefix} | 주/도 목록 조회. |
| GET | /no_auth/countries/{country_code}/states/{state_code}/cities/{prefix} | 도시 목록 조회. |
| GET | /no_auth/countries/{prefix} | 국가 목록 조회. |
| POST | /no_auth/login/validate_registration | 등록 유효성 검사. |
| POST | /no_auth/send_password_email | 비밀번호 이메일 전송. |
| GET | /no_auth/signup/{name} | 회원가입 읽기. |
| POST | /no_auth/validate_contact | 연락처 유효성 검사. |
| GET | /api/web/custom/countries/{country_code}/states/{prefix} | 주/도 목록 조회. |
| GET | /api/web/custom/countries/{country_code}/states/{state_code}/cities/{prefix} | 도시 목록 조회. |
| GET | /api/web/custom/countries/{prefix} | 국가 목록 조회. |
| GET | /api/scim/namespaces/system/v2/Groups | 필터 기반 그룹 목록 조회. |
| POST | /api/scim/namespaces/system/v2/Groups | 사용자 포함 그룹 생성. |
| GET | /api/scim/namespaces/system/v2/Groups/{id} | ID 기반 그룹 목록 조회. |
| DELETE | /api/scim/namespaces/system/v2/Groups/{id} | ID 기반 그룹 삭제. |
| PUT | /api/scim/namespaces/system/v2/Groups/{id} | ID 기반 그룹 교체. |
| PATCH | /api/scim/namespaces/system/v2/Groups/{id} | ID 기반 그룹 패치. |
| GET | /api/scim/namespaces/system/v2/ResourceTypes | 지원되는 리소스 유형 조회. |
| GET | /api/scim/namespaces/system/v2/ResourceTypes/{id} | 지원되는 리소스 유형 조회. |
| GET | /api/scim/namespaces/system/v2/Schemas | 스키마 |
| GET | /api/scim/namespaces/system/v2/Schemas/{id} | ID별 스키마. |
| GET | /api/scim/namespaces/system/v2/ServiceProviderConfig | 서비스 공급자 구성 목록 조회. |
| GET | /api/scim/namespaces/system/v2/Users | 전체 사용자 조회. |
| POST | /api/scim/namespaces/system/v2/Users | 역할 할당을 포함한 사용자 생성. |
| GET | /api/scim/namespaces/system/v2/Users/{id} | ID로 사용자 조회. |
| DELETE | /api/scim/namespaces/system/v2/Users/{id} | ID로 사용자 삭제. |
| PUT | /api/scim/namespaces/system/v2/Users/{id} | 사용자 및 역할 할당 업데이트. |
| PATCH | /api/scim/namespaces/system/v2/Users/{id} | 사용자 패치. |
| GET | /no_auth/cname/lookup | cname 조회. |
| GET | /no_auth/tenant/idm/settings/password_policy | 비밀번호 정책 조회. |
| POST | /api/web/namespaces/system/tenant/domain_owner/assign | 도메인 소유자 할당. |
| POST | /api/web/namespaces/system/tenant/domain_owner/unassign | 도메인 소유자 할당 해제. |
| GET | /api/web/namespaces/system/tenant/idm/events/last_login | 마지막 로그인 맵 조회. |
| GET | /api/web/namespaces/system/tenant/idm/events/login | 로그인 이벤트 조회. |
| POST | /api/web/namespaces/system/tenant/idm/events/login_in_time | 시간대별 로그인 이벤트 조회. |
| GET | /api/web/namespaces/system/tenant/idm/settings | IDM 설정 조회. |
| PUT | /api/web/namespaces/system/tenant/idm/settings | IDM 설정 업데이트. |
| GET | /api/web/namespaces/system/tenant/idm/users/inactive | 비활성 사용자 목록 조회. |
| GET | /api/web/namespaces/system/tenant/lookup | cname 조회. |
| POST | /api/web/namespaces/system/tenant/request-delete | 테넌트 삭제. |
| GET | /api/web/namespaces/system/tenant/settings | 테넌트 설정. |
| PUT | /api/web/namespaces/system/tenant/settings | 테넌트 설정. |
| PUT | /api/web/namespaces/system/tenant/settings/otp/disable | 테넌트 수준 OTP 비활성화. |
| PUT | /api/web/namespaces/system/tenant/settings/otp/enable | 테넌트 수준 OTP 활성화. |
| GET | /api/web/namespaces/system/tenant/settings/tenant/favicon | 테넌트 파비콘. |
| GET | /api/web/namespaces/system/tenant/settings/tenant/image | 테넌트 프로필 이미지. |
| DELETE | /api/web/namespaces/system/tenant/settings/tenant/image | 테넌트 프로필 이미지 삭제. |
| PUT | /api/web/namespaces/system/tenant/settings/tenant/image | 테넌트 프로필 이미지 업데이트. |
| GET | /api/web/namespaces/system/tenant/settings/tenant/logo | 테넌트 로고. |
| GET | /api/web/namespaces/system/tenant/support-info | 지원 정보. |
| GET | /api/web/namespaces/system/tenant/tenant-escalation-doc | 테넌트 에스컬레이션 문서. |
| PUT | /api/saas/namespaces/system/v2/tenant/deactivate | 테넌트 비활성화. |
| GET | /api/web/static/namespaces/system/tenant/settings/tenant/favicon | 테넌트 파비콘. |
| GET | /api/web/static/namespaces/system/tenant/settings/tenant/image | 테넌트 프로필 이미지. |
| GET | /api/config/tenants/{tenant}/summary | 요약 |
| POST | /api/config/namespaces/{metadata.namespace}/tenant_configurations | 테넌트 구성 생성. |
| PUT | /api/config/namespaces/{metadata.namespace}/tenant_configurations/{metadata.name} | 테넌트 구성 교체. |
| GET | /api/config/namespaces/{namespace}/tenant_configurations | 테넌트 구성 목록 조회. |
| GET | /api/config/namespaces/{namespace}/tenant_configurations/{name} | 테넌트 구성 조회. |
| DELETE | /api/config/namespaces/{namespace}/tenant_configurations/{name} | 테넌트 구성 삭제. |
| POST | /api/web/namespaces/system/tenant_management/delegated_access/subscribe | 위임 액세스 애드온 서비스 구독. |
| POST | /api/web/namespaces/system/tenant_management/delegated_access/unsubscribe | 위임 액세스 애드온 서비스 구독 해제. |
| POST | /api/web/namespaces/{metadata.namespace}/tenant_profiles | 테넌트 프로필 생성. |
| PUT | /api/web/namespaces/{metadata.namespace}/tenant_profiles/{metadata.name} | 테넌트 프로필 교체. |
| GET | /api/web/namespaces/{namespace}/tenant_profiles | 테넌트 프로필 목록 조회. |
| GET | /api/web/namespaces/{namespace}/tenant_profiles/{name} | 테넌트 프로필 조회. |
| DELETE | /api/web/namespaces/{namespace}/tenant_profiles/{name} | 테넌트 프로필 삭제. |
| POST | /api/web/custom/idm/user/sync | 사용자 동기화 |
| PUT | /api/web/custom/namespaces/system/users/group_add | 그룹에 사용자 추가. |
| PUT | /api/web/custom/namespaces/system/users/group_remove | 그룹에서 사용자 제거. |
| POST | /api/web/custom/namespaces/{namespace}/accept_tos | TOS 수락. |
| POST | /api/web/custom/namespaces/{namespace}/role_users | 사용자에게 역할 할당. |
| POST | /api/web/custom/namespaces/{namespace}/send_password_email | 비밀번호 이메일 전송. |
| GET | /api/web/custom/namespaces/{namespace}/tos | TOS 조회 |
| GET | /api/web/custom/namespaces/{namespace}/user_roles | 사용자 및 역할 할당 조회. |
| POST | /api/web/custom/namespaces/{namespace}/user_roles | 역할 할당을 포함한 사용자 생성. |
| PUT | /api/web/custom/namespaces/{namespace}/user_roles | 사용자 및 역할 할당 업데이트. |
| POST | /api/web/custom/namespaces/{namespace}/user_roles/{name} | 사용자 및 역할 할당 업데이트. |
| POST | /api/web/custom/namespaces/{namespace}/users/cascade_delete | 사용자 및 관련 객체 삭제. |
| GET | /api/web/custom/namespaces/{namespace}/whoami | 사용자 상세 정보 조회. |
| POST | /api/web/custom/password/admin_reset | 관리자에 의한 비밀번호 초기화. |
| POST | /api/web/custom/password/reset | 비밀번호 초기화. |
| GET | /api/web/custom/namespaces/system/user_groups | 테넌트의 전체 사용자 그룹 조회. |
| POST | /api/web/custom/namespaces/system/user_groups | 사용자 그룹 생성. |
| POST | /api/web/custom/namespaces/system/user_groups/analyze_for_deletion | 삭제 분석. |
| GET | /api/web/custom/namespaces/system/user_groups/{name} | 그룹 ID로 그룹의 모든 상세 정보 조회. |
| DELETE | /api/web/custom/namespaces/system/user_groups/{name} | 그룹 ID로 그룹 삭제. |
| PUT | /api/web/custom/namespaces/system/user_groups/{name} | 사용자 그룹 필드 / 액세스 / 연관 교체. |
| PUT | /api/web/custom/namespaces/system/user_groups/{name}/assign_namespace_roles | 사용자 그룹에 역할 할당. |
| PUT | /api/web/custom/namespaces/system/user_groups/{name}/remove_namespace_roles | 사용자 그룹에서 역할 제거. |
| GET | /api/web/namespaces/{namespace}/user_groups | 사용자 그룹 목록 조회. |
| GET | /api/web/namespaces/{namespace}/user_groups/{name} | 사용자 그룹 조회. |
| POST | /api/config/namespaces/{metadata.namespace}/user_identifications | 사용자 식별 생성. |
| PUT | /api/config/namespaces/{metadata.namespace}/user_identifications/{metadata.name} | 사용자 식별 교체. |
| GET | /api/config/namespaces/{namespace}/user_identifications | 사용자 식별 목록 조회. |
| GET | /api/config/namespaces/{namespace}/user_identifications/{name} | 사용자 식별 조회. |
| DELETE | /api/config/namespaces/{namespace}/user_identifications/{name} | 사용자 식별 삭제. |
| GET | /api/web/namespaces/system/user/admin_notifications | 관리자 알림 기본 설정 조회. |
| PUT | /api/web/namespaces/system/user/admin_notifications | 관리자 알림 기본 설정 업데이트. |
| PUT | /api/web/namespaces/system/user/admin_notifications/unset | 관리자 알림 기본 설정 해제. |
| GET | /api/web/namespaces/system/user/combined_notifications | 통합 알림 기본 설정 조회. |
| PUT | /api/web/namespaces/system/user/combined_notifications | 통합 알림 기본 설정 업데이트. |
| GET | /api/web/namespaces/system/user/notifications | 알림 기본 설정 조회. |
| PUT | /api/web/namespaces/system/user/notifications | 알림 기본 설정 업데이트. |
| PUT | /api/web/namespaces/system/user/notifications/unset | 알림 기본 설정 해제. |
| PUT | /api/web/namespaces/system/user/otp/admin_reset | 관리자에 의한 OTP 장치 초기화. |
| GET | /api/web/namespaces/system/user/sessions | 사용자 세션 조회. |
| GET | /api/web/namespaces/system/user/settings | 조회 |
| PUT | /api/web/namespaces/system/user/settings | 업데이트 |
| PUT | /api/web/namespaces/system/user/settings/idm/disable | IDM에서 사용자 비활성화. |
| PUT | /api/web/namespaces/system/user/settings/idm/enable | IDM에서 사용자 활성화. |
| GET | /api/web/namespaces/system/user/settings/image | 사용자 프로필 이미지 조회. |
| DELETE | /api/web/namespaces/system/user/settings/image | 사용자 이미지 삭제. |
| PUT | /api/web/namespaces/system/user/settings/image | 사용자 이미지 업데이트. |
| PUT | /api/web/namespaces/system/user/settings/request_initial_access | 초기 액세스 요청. |
| GET | /api/web/namespaces/system/user/settings/view_preference | 뷰 기본 설정 조회. |
| PUT | /api/web/namespaces/system/user/settings/view_preference | 뷰 기본 설정 지정. |
| GET | /api/config/namespaces/system/was/user_token | 웹 앱 스캐닝 서비스 사용자 토큰 조회. |