insertRows() to core users | jeckels | 2015-01-05 17:58 |
Status: Closed | ||
Hi Martin, Yes, a similar approach in terms of adding a Python wrapper for the same underlying HTTP API will work for groups, memberships, etc. Each separate API call expects different arguments, but the pattern is the same. Once a user is created, they'll automatically show up in the core.users query. The same goes for groups, etc. If you create the new Python APIs, equivalent to the Java or JavaScript implementations, please consider attaching the code to this thread. We'd love to add more capabilities to the Python API, and could accept it as a code contribution if you're interested. Thanks, Josh |
||