contact

package
v1.0.0-beta.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package contact 获取企业自定义用户属性配置

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func TenantCustomAttrGet

func TenantCustomAttrGet(ctx *feishu.App) (resp []byte, err error)

获取企业自定义用户属性配置

该接口用于获取企业配置的自定义用户属性。

**权限说明** :调用该接口需要申请 获取部门组织架构信息 和 以应用身份访问通讯录 权限

::: note

  1. 调用该接口前,需要先确认企业管理员已经在 **企业管理后台** > **通讯录设置** 自定义信息栏开启了“允许开放平台API调用“。
  2. 调用该接口的应用需要具有当前企业通讯录的读取或者更新权限。

:::

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 用户管理

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL