조직에 사용자 초대
아래 스크립트 설정 블록에서 시작한 다음, 아래의 스니펫 코드를 추가하세요.
# ... script setup ...
invitation = api_post( f"/v1/organization/{ORGANIZATION_ID}/invitations", {"email": "new.user@example.com", "roleId": "your-role-uuid"},)print(json.dumps(invitation, indent=2))