diff --git a/notes/cisco_ft_securex_registration.org b/notes/cisco_ft_securex_registration.org index bbab991f..f1d050dc 100644 --- a/notes/cisco_ft_securex_registration.org +++ b/notes/cisco_ft_securex_registration.org @@ -171,12 +171,16 @@ following schema: This should grant the access if all check passes.") ;; User filtered CRUD+Search for REST API related methods - (search-org-access-requests [this user-identity filter-map pagination-params] - "Search all refresh token for this user identity") + (search-org-access-requests-for-user-identity + [this user-identity filter-map pagination-params] + "Search all OrgAccessRequest made by this user identity accross all orgs. + This should only be visible via the registration page on the new API accepting + user-identity JWT") ;; User filtered CRUD+Search for REST API related methods - (search-org-access-requests [this user-identity filter-map pagination-params] - "Search all refresh token for this user identity") + (search-org-access-requests-for-org + [this request-identity filter-map pagination-params] + "Search all OrgAccessRequest of the org of the request-identity") (get-org-access-request [this request-identity org-access-request-id]