POST/users/{userId}/unlink-to-works

다른 회사 사용자와 대화할 수 있는 외부 계정 권한을 삭제한다.

NAVER WORKS Admin에서 [서비스 > 메시지 > 외부 멤버와 대화하기]의 [사용 권한]이 [모든 구성원에게 부여]로 설정되면 개별 구성원 단위로 외부 연동 권한을 삭제할 수 없다.

주의

  • 네이버웍스 코어 상품만 사용 가능하다.

Authorization

oauth2

OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.

Scope

user

HTTP Request

POSThttps://www.worksapis.com/v1.0/users/{userId}/unlink-to-works

Path Parameters

ParameterTypeDescription
userId string 

구성원 ID
- 메일
- 리소스 ID
- 외부 키 "externalKey:{externalKey}" 형태


required
example : userf7da-f82c-4284-13e7-030f3b4c756x 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 202

Accepted

HTTP 204

No Content

HTTP 403

Forbidden

HTTP 404

Not Found