Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
neophyte57 committed Jul 11, 2024
1 parent dca89f6 commit dad17fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions documentation/GpidLookup-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ In the case of an indefinite absence (absence From date provided, starting today
```

When the enrollee is *currently* absent (both absent From and To dates provided):
```
{
"result": [
{
Expand All @@ -133,6 +134,7 @@ When the enrollee is *currently* absent (both absent From and To dates provided)
}
]
}
```

For enrollees that have their renewal period expired and have not renewed:
```
Expand Down Expand Up @@ -254,8 +256,8 @@ Lastly, due to privacy issues, in the very rare cases that a PRIME enrollee has
|None |
|Incomplete enrollment, refer user to PRIME |
|User past renewal, refer user to PRIME |
|Indefinite absence, deprovision user \[higher rank???\] |
|Enrollee is in defined absence period, deactivate user. Call again the day after <absence end date> \[higher rank???\]|
|Indefinite absence, deprovision user |
|Enrollee is in defined absence period, deactivate user. Call again the day after <absence end date>|
|Provision user |
|Enrollee information updated, update user |
|No change to enrollee information, do nothing |
Expand Down

0 comments on commit dad17fe

Please sign in to comment.