PUT
/
citizen
/
{cpf}
/
firstlogin
Atualizar status do primeiro login
curl --request PUT \
  --url https://services.staging.app.dados.rio/rmi/v1/citizen/{cpf}/firstlogin \
  --header 'Authorization: Bearer <token>'
{
  "firstlogin": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cpf
string
required

Número do CPF

Response

200
application/json

OK

The response is of type object.