POST projects/:projectId/users:import | Autodesk Construction Cloud APIs | Autodesk Platform Services

Excelhttps://aps.autodesk.com/en/docs/acc/v1/reference/http/admin-v2-projects-project-Id-users-import-POST/ import requests import json url = “{{base_domain}}construction/admin/v2/projects/{{project_id}}/users:import” payload = json.dumps({ “users”: [ { “email”: “{{admin_email}}”, “products”: [ { “key”: “projectAdministration”, “access”: “administrator” }, { “key”: “insight”, “access”: “administrator” }, { “key”: “docs”, “access”: “administrator” }, { “key”: “takeoff”, “access”: “administrator” }, { “key”: “designCollaboration”, “access”: “none” }, { “key”: “modelCoordination”, “access”: “none” }, { … Read more

OKTA : 기술문서 : 시스템 로그

Excel  //사용자 별 로그 분석 changhee@changhee-All-Series:/var/www/html/okta_api$ /bin/python3 /var/www/html/okta_api/cOktaManager.py 장민호 access log : 2024-09-02T04:10:10.252Z, eventType : application.user_membership.remove 장민호 access log : 2024-09-02T04:10:10.340Z, eventType : application.user_membership.remove 장민호 access log : 2024-09-02T04:10:10.354Z, eventType : application.user_membership.remove 장민호 access log : 2024-09-02T04:10:10.314Z, eventType : application.user_membership.remove 장민호 access log : 2024-09-02T04:10:10.381Z, eventType : user.session.clear 장민호 access log : 2024-09-02T04:10:10.363Z, eventType : … Read more

OKTA Log Sample Code

Excel  [{ “actor”: { “id”: “spr1onjpzkmGH1bS91d8”, “type”: “SystemPrincipal”, “alternateId”: “system@okta.com”, “displayName”: “Okta System”, “detailEntry”: null }, “client”: { “userAgent”: null, “zone”: null, “device”: null, “id”: null, “ipAddress”: null, “geographicalContext”: null }, “device”: null, “authenticationContext”: { “authenticationProvider”: null, “credentialProvider”: null, “credentialType”: null, “issuer”: null, “interface”: null, “authenticationStep”: 0, “externalSessionId”: “trsAq93PkciRwWAXsFHu5h2cg” }, “displayMessage”: “import started”, “eventType”: “system.import.start”, … Read more