ЕСОЗ - публічна документація
Get person details tests
n/n test case | test case description | test case inputs | expected result | actual result |
---|---|---|---|---|
GPDT-1 | get person details with valid token |
| 200 | 200 |
GPDT-2 | get person details with not exist token |
| 401 | 401 |
GPDT-3 | get person details w/o token |
| 401 | 401 |
GPDT-4 | get person details for token w/o scopes |
| 403 | 403 "message": "Your scope does not allow to access this resource. Missing allowances: person:read" |
GPDT-5 | get person details for blocked user |
| 401 | 401 |
GPDT-6 | get person details with expired token |
| 401 | 401 |
GPDT-7 | get person details for token with users.person_id=null & users.tax_id=null |
| 401 | 401 |
GPDT-8 | get person details not with access_token |
| 401 | 401 |
get person details with different tax_id in user and person |
| 401 - Person not found | 200 |
ЕСОЗ - публічна документація