Skip to main content
PUT
/
citizen
/
{cpf}
/
firstlogin
Atualizar status do primeiro login
curl --request PUT \
  --url https://services.pref.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

Status do primeiro login atualizado com sucesso

firstlogin
boolean