notes/cisco_ft_securex_registration.org

This commit is contained in:
Yann Esposito (Yogsototh) 2022-01-17 14:49:01 +01:00
parent 2a0165b787
commit ba9d3c45d4
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -240,7 +240,19 @@ Should return a list of objects with the following schema (sort to be defined):
GET /iroh/registration/pending-invites GET /iroh/registration/pending-invites
#+end_src #+end_src
Should return a list of Invite Here is an example value:
#+begin_src clojure
{:role "admin",
:org-id "org-1",
:expires-in-nb-days 7,
:status "pending",
:invitee-email "chuck@example.org",
:inviter-user-id "org-1-admin-1"}
#+end_src
**** Registration View **** Registration View
GET /iroh/registration/registration-view GET /iroh/registration/registration-view