# 组织架构管理 - Object: org

## 获取组织管理架构org对象

你可以通过org对象获取组织中的**人员、人员属性、组织、组织属性、身份、群组和角色**。

#### Syntax:

您可以在流程表单、内容管理表单和门户页面中，通过this来获取当前实例的org对象，如下：

```javascript
var org = this.org;
```

{% content-ref url="/pages/-Lr2h8tjUAqM5plGP-PC" %}
[人员信息: person 操作](/course/liu-cheng-guan-li/qian-duan-kai-fa-api/zu-zhi-guan-li-object-org/ren-yuan-xin-xi-person-cao-zuo.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lr2hZ6zWEqZcc2atxKr" %}
[人员属性: personAttribute操作](/course/liu-cheng-guan-li/qian-duan-kai-fa-api/zu-zhi-guan-li-object-org/ren-yuan-shu-xing-personattribute-cao-zuo.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lr2hy7CIxpWU8y7Dgk6" %}
[组织信息: unit操作](/course/liu-cheng-guan-li/qian-duan-kai-fa-api/zu-zhi-guan-li-object-org/zu-zhi-xin-xi-unit-cao-zuo.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lr2oa70IF97\_nZ2pYNO" %}
[组织职务: unitDuty](/course/liu-cheng-guan-li/qian-duan-kai-fa-api/zu-zhi-guan-li-object-org/zu-zhi-zhi-wu-unitduty.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lr2qnVDE3K\_7zQBYLbF" %}
[组织属性: unitAttribute](/course/liu-cheng-guan-li/qian-duan-kai-fa-api/zu-zhi-guan-li-object-org/zu-zhi-shu-xing-unitattribute.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lr2t36hJiIB8LMIwb0M" %}
[身份信息: identity](/course/liu-cheng-guan-li/qian-duan-kai-fa-api/zu-zhi-guan-li-object-org/shen-fen-xin-xi-identity.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lr2ugtOEUfzd8m1fTui" %}
[角色信息: role](/course/liu-cheng-guan-li/qian-duan-kai-fa-api/zu-zhi-guan-li-object-org/jiao-se-xin-xi-role.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lr2xASbsr97\_OK\_Mbmk" %}
[群组信息: group](/course/liu-cheng-guan-li/qian-duan-kai-fa-api/zu-zhi-guan-li-object-org/qun-zu-xin-xi-group.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://o2oa.gitbook.io/course/liu-cheng-guan-li/qian-duan-kai-fa-api/zu-zhi-guan-li-object-org.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
