Request
| Basic information | |
|---|---|
| HTTP URL | https://oapi.dingtalk.io/topapi/extcontact/get |
| HTTP Method | POST |
| Supported app types | appType-Internal app, appType-Third-party enterprise app |
| Permissions | permission-qyapi_ext_read-Read permission for external contacts |
Query parameters
| Name | Type | Required | Example | Description |
|---|---|---|---|---|
| access_token | String | Yes | bE74xxxx | The app credential used to call this API. - For an internal app, obtain it by calling the API for getting the access_token of an internal app. - For a third-party enterprise app, obtain it by calling the API for getting the access_token of a third-party enterprise. |
Request body
| Name | Type | Required | Example | Description |
|---|---|---|---|---|
| user_id | String | Yes | 112500xxxx4889 | The user ID of the external contact. Call the Get the external contact list API to get the value of the userid parameter. |
Request example
Response
Response body
| Name | Type | Example | Description |
|---|---|---|---|
| result | OpenExtContact | The query result. | |
| title | String | Development Engineer | The job title. |
| share_dept_ids | Number[] | [1,2,3] | The list of shared department IDs. |
| label_ids | Number[] | [1,2,3] | The tags. |
| remark | String | Alias content | The alias. |
| address | String | Address content | The address. |
| name | String | Zhang San | The name. |
| follower_user_id | String | 6767531692 | The user ID of the owner. |
| state_code | String | 86 | The country code. |
| company_name | String | DingTalk | The company name. |
| share_user_ids | String[] | [“042059613752”] | The list of user IDs of shared employees. |
| mobile | String | 13088888888 | The mobile number. Note: This parameter is not returned for third-party enterprise apps. |
| userid | String | 0123456789 | The user ID of the external contact. |
| String | xxx@1.com | The email address. | |
| errcode | Number | 0 | The return code. |
| errmsg | String | ok | The description of the return code. |
| request_id | String | xrudojam4g8f | The request ID. |
Response example
Error codes
If an error is returned when you call this API, find the solution in the Global error codes document based on the error message.| Error code (errcode) | Error message (errmsg) | Solution |
|---|---|---|
| 33009 | Invalid tokenGrantType | Check whether the access_token is correct. |
| 33012 | Invalid userId | Check whether the userId is correct. |
| 43007 | Operation permission required | Check whether the access_token has the required operation permissions. |
| 400001 | System error | Try again later. |