Fortimail API
Hello,
I'm planning to implement a portal for TLS enforcement. Therefore I need to get a List of all members of a specific email group (later I'll implement a kind of self-service portal for certain users to maintain this list).
What I currently have:
curl -k -b cookie.txt -H "Content-Type: application/json" -X GET -d '{"reqAction":0,"sortingDirection":2}' https://<my_fortimail&...omain>_TLS_enforce/
Unfortunately I'm only getting the objectID, the name and description of this email group but not the members which I'd need.
The API documentation doesn't help me either.
Thanks in advance!
