> 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/posicoes/get-position-invite.md).

# Get Position Invite

Exibe os link's do convite enviado para a posição iniciar o processo de cadastro dos documentos.

<mark style="color:green;">`GET`</mark> \ <mark style="color:$primary;">**Url Produção:**</mark> `https://api.acessorh.com.br`\ <mark style="color:$primary;">**Url Homologação:**</mark> `https://api.rh.homolog.acesso.io`\ <mark style="color:$primary;">**Endpoint:**</mark>  `/v1/admissions/invite/:pos`

### **Headers**

| Key                                             | Type   | Description                                                   |
| ----------------------------------------------- | ------ | ------------------------------------------------------------- |
| Authorization<mark style="color:red;">\*</mark> | string | Token de acesso adquirido pela plataforma Identity *(bearer)* |

### **Path Parameters**

| Key                                   | Type   | Description             |
| ------------------------------------- | ------ | ----------------------- |
| pos<mark style="color:red;">\*</mark> | string | UID da posição desejada |

### Exemplo de requisição <a href="#exemplo-de-requisicao-3" id="exemplo-de-requisicao-3"></a>

```json
curl --location 'https://api.acessorh.com.br/v1/admissions/invite/:pos' \
--header 'Authorization: Bearer token de autenticação'
```

### Exemplo de response <a href="#exemplo-de-requisicao-3" id="exemplo-de-requisicao-3"></a>

{% code title="200 OK" overflow="wrap" %}

```json
{
    "data": {
        "expiresAt": "2022-02-06 17:17:55",
        "longURL": "hhttps://form.rh.qa2.acesso.dev/profile/intro/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJraW5kIjoiYWRtaXNzaW9uIiwib3JnIjoiN2MxNTAxN2ItM2M5Zi00NWU5LTk4MzMtNTNmY2M4MjI0N2E4IiwicG9zIjoiMGJhMDJkMjItMzZiNy00YmQ0LWJkZjctZTVmMGUxZTk1ZDJmIn0.Hm9VSbWQjWRGER_jE2UWAhtpk5_-XpniEnPRJzdxNbO",
        "shortURL": "https://aces.so/U3u6Jve"
    },
    "error": null,
    "status": 200
}
```

{% endcode %}
