Skip to content

Commit

Permalink
UPS-4951 extra PASSHOLDERS_SEARCH_BY_ID permission
Browse files Browse the repository at this point in the history
  • Loading branch information
erwin1 committed Sep 3, 2024
1 parent 0608c55 commit ec339ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/uitpas/reference/uitpas.json
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@
}
},
"operationId": "get-passholders",
"description": "Retrieve passholders based on search parameters.\n\nNote: by default passholders in the response are alphabetically sorted by name.\n\nThe caller of this request must have `PASSHOLDERS_SEARCH` or `PASSHOLDERS_SEARCH_ALL` permission.",
"description": "Retrieve passholders based on search parameters.\n\nNote: by default passholders in the response are alphabetically sorted by name.\n\nThe caller of this request must have `PASSHOLDERS_SEARCH` or `PASSHOLDERS_SEARCH_BY_ID` or `PASSHOLDERS_SEARCH_ALL` permission. \n\nIn case of `PASSHOLDERS_SEARCH` permission, passholder results are filtered based on the allowed card systems of the caller, unless searched by one of the ID fields:\n* uitpasNumber\n* chipNumber\n* inszNumber\n\nIn case of `PASSHOLDERS_SEARCH_BY_ID` permission, the caller can only make use of those ID fields. Usage of all other fields will yield a 403 Forbidden error.\n",
"security": [
{
"USER_ACCESS_TOKEN": []
Expand Down Expand Up @@ -6294,6 +6294,7 @@
"ORGANIZERS_REPORTS",
"PASSHOLDERS_SEARCH",
"PASSHOLDERS_SEARCH_ALL",
"PASSHOLDERS_SEARCH_BY_ID",
"PASSHOLDERS_WRITE",
"PASSHOLDERS_UPDATE",
"PASSHOLDERS_DELETE",
Expand Down

0 comments on commit ec339ff

Please sign in to comment.