cURL
curl --request POST \ --url https://api.plataformainsight.com.br/v1/classe/add-student \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "email": "<string>", "classes": [ { "id": "<string>" } ], "expirationDate": "2023-11-07T05:31:56Z" } '
{ "status": "<string>", "message": "<string>" }
Adiciona um aluno em várias turmas. Caso o aluno ainda não exista, será criado automaticamente.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Nome do aluno
Email do aluno
1
Show child attributes
Data de expiração do aluno na turma
Was this page helpful?