Get the list of invited users of the owner
Only the Minute filter is processed - the number of minutes until the invitation expires
OK
const response = await fetch('//api.client.nbcgate.tech/api/user/invite/list', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "email": "text", "name": "text", "surname": "text", "ttl": 0, "user": 0 }