# Retrieve the access of a student

`GET https://{domain}/api/v1/usuario/acesso/{usuario_email_id}`

Operation ID: `users.access.get` · API v1

Retrieves a student and their access to each product, ordered by product name.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `usuario_email_id` | path | string | yes | The student, by ID, email or document (CPF). A value that is a valid email is looked up by email; otherwise the digits are matched against the ID and the document. |

## Responses

### 200

The student and their access.

Body: object.

### 401

The Authorization header is missing, or the key does not exist or was deleted.

Body: HandlerError.

### 404

No route matches the path, for example a non-numeric ID where a number is expected.

Body: HandlerError.

### 409

msg is Usuário não encontrado.

Body: Error.

Full schema: https://cademi.dev/openapi/v1.json
