# Departments

Department endpoints allow you to get department related information and make updates to departments.

### Attributes&#x20;

| ATTRIBUTE | TYPE              | DESCRIPTION                                                                                             |
| --------- | ----------------- | ------------------------------------------------------------------------------------------------------- |
| count     | Integer           | Represents the number of records that exist                                                             |
| data      | JSON object       | Information about the department such as id, name, status and users                                     |
| users     | JSON Array Object | Specify user details such as firstname, lastname, id, type, status, name, email, phone, photo, language |

### **Permissions**

To request a department endpoint, you will need a valid API Key with the department access permissions enabled.

### **Relations between Department and other entities**

A department may have many users.


---

# 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://developer.acquire.io/rest-apis/settings/account-settings/account-department.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.
