ЕСОЗ - публічна документація

Get person details tests

n/n test casetest case descriptiontest case inputsexpected resultactual result
GPDT-1get person details with valid token
  • Log in 
  • GET person details
200 200
GPDT-2get person details with not exist token
  • Log in 
  • GET person details
401401
GPDT-3get person details w/o token 
  • Log in 
  • GET person details
401401
GPDT-4get person details for token w/o scopes
  • Log in 
  • GET person details
403

403

"message": "Your scope does not allow to access this resource. Missing allowances: person:read"

GPDT-5get person details for blocked user
  • Log in 
  • GET person details
401401
GPDT-6get person details with expired token
  • Log in 
  • GET person details
401401
GPDT-7get person details for token with users.person_id=null & users.tax_id=null
  • Log in 
  • GET person details
401401
GPDT-8get person details not with access_token
  • Log in 
  • GET person details
401401

get person details with different tax_id in user and person
  • Log in 
  • GET person details
401 - Person not found200

ЕСОЗ - публічна документація