Multi-tenancy: creating namespaces and adding users to namespaces

Thanks for your response @Naman. Perhaps it might help if I make my questions a bit more specific for points 2 and 3.

  1. Which API call can I use to create the guardian of a non-default namespace? The addUser API example under the ACL section does not show how to add a new user for a specific namespace.

  2. How would I create a new namespace using pydgraph? How would I then create a new user for that specific namespace using pydgraph? Currently I am having to resort to using the “barebone” requests library to perform raw POSTs, which kind of defeats the whole purpose of having the pydgraph library.

Thanks.