기업을 성공적으로 만든 후 관리자가 리디렉션될 콜백 URL입니다. 리디렉션하기 전에 시스템은 enterpriseToken라는 쿼리 매개변수를 이 URL에 추가합니다. 이 URL에는 create enterprise 요청에 사용할 불투명 토큰이 포함됩니다. enterpriseToken 매개변수를 추가하기 위해 URL이 파싱된 후 형식이 다시 지정되므로 약간의 형식 변경이 있을 수 있습니다.
adminEmail
string
선택사항입니다. 엔터프라이즈 가입 양식의 관리자 입력란을 미리 채우는 데 사용되는 이메일 주소입니다. 이 값은 힌트일 뿐이며 사용자가 변경할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-11-09(UTC)"],[[["This document describes how to create an enterprise signup URL using an HTTP POST request to `https://androidmanagement.googleapis.com/v1/signupUrls`."],["The request requires specifying the Google Cloud project ID, a callback URL for redirection after signup, and optionally, an email address to prefill the admin field."],["The response provides a `SignupUrl` object containing the generated signup URL."],["To use this functionality, you'll need authorization with the `https://www.googleapis.com/auth/androidmanagement` OAuth scope."]]],[]]