API에 기업으로 인증하는 데 사용되는 계정을 설정합니다.
요청
HTTP 요청
PUT https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/account
매개변수
매개변수 이름 | 값 | 설명 |
---|---|---|
경로 매개변수 | ||
enterpriseId |
string |
기업의 ID입니다. |
승인
다음 범위를 사용하여 이 요청을 인증받아야 합니다.
범위 |
---|
https://www.googleapis.com/auth/androidenterprise |
자세한 내용은 인증 및 승인 페이지를 참조하세요.
요청 본문
요청 본문에 다음과 같은 구조의 데이터를 제공합니다.
{ "kind": "androidenterprise#enterpriseAccount", "accountEmail": string }
속성 이름 | 값 | 설명 | 참고 |
---|---|---|---|
accountEmail |
string |
서비스 계정의 이메일 주소입니다. | |
kind |
string |
응답
요청에 성공할 경우 이 메소드는 다음과 같은 구조의 응답 본문을 반환합니다.
{ "kind": "androidenterprise#enterpriseAccount", "accountEmail": string }
속성 이름 | 값 | 설명 | 참고 |
---|---|---|---|
accountEmail |
string |
서비스 계정의 이메일 주소입니다. | |
kind |
string |