> For the complete documentation index, see [llms.txt](https://devcenter.unico.io/unico-people/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devcenter.unico.io/unico-people/unico-people-v1/apis/cargos.md).

# Cargos

Os campos de código, CBO (*Classificação Brasileira de Ocupações*) e escolaridade mínima são opcionais.

* Escolaridade mínima é uma configuração que impede a seleção de uma escolaridade inferior por parte do candidato, assim bloqueando a admissão em caso de ser um pré-requisito para o cargo.
* A Classificação Brasileira de Ocupações (CBO) são códigos pré-determinados, padronizados pelo Ministério do Trabalho na tentativa de retratar a realidade das profissões do mercado de trabalho brasileiro. O código a ser inserido deve ser válido. [<mark style="color:blue;">mais info</mark>](http://www.mtecbo.gov.br/cbosite/pages/home.jsf).
* Código é um campo aberto para uso de outros sistemas em caso de integração, sendo assim não existe validações neste campo.

***

Abaixo temos a lista de api's disponíveis para as funcionalidades do Unico People, que tem uma ação direta para os cargos.

1. [Create role](/unico-people/unico-people-v1/apis/cargos/create-role.md)
2. [List role](/unico-people/unico-people-v1/apis/cargos/list-roles.md)
3. [Delete role](/unico-people/unico-people-v1/apis/cargos/delete-role.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://devcenter.unico.io/unico-people/unico-people-v1/apis/cargos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
