Documentation ¶
Overview ¶
Package contact 获取企业自定义用户属性配置
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TenantCustomAttrGet ¶
获取企业自定义用户属性配置
该接口用于获取企业配置的自定义用户属性。
**权限说明** :调用该接口需要申请 获取部门组织架构信息 和 以应用身份访问通讯录 权限
::: note
- 调用该接口前,需要先确认企业管理员已经在 **企业管理后台** > **通讯录设置** 自定义信息栏开启了“允许开放平台API调用“。
- 调用该接口的应用需要具有当前企业通讯录的读取或者更新权限。
:::
See: https://open.feishu.cn/document/ukTMukTMukTM/ucTN3QjL3UzN04yN1cDN
GET https://open.feishu.cn/open-apis/contact/v1/tenant/custom_attr/get
Example ¶
package main import ( "fmt" "github.com/xudai3/feishu" "github.com/xudai3/feishu/apis/contact" ) func main() { var ctx *feishu.App resp, err := contact.TenantCustomAttrGet(ctx) fmt.Println(resp, err) }
Output:
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package async_batch 异步批量接口
|
Package async_batch 异步批量接口 |
Package department 部门管理
|
Package department 部门管理 |
Package user 用户管理
|
Package user 用户管理 |
Click to show internal directories.
Click to hide internal directories.