We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6028ad8 commit d4ca0a1Copy full SHA for d4ca0a1
1 file changed
README.md
@@ -42,6 +42,16 @@ gremlinapi.login(email='kyle@gremlin.com',
42
43
```
44
45
+#### Team IDs
46
+
47
+When using a Gremlin RBAC enabled account, you must specify the `teamId` to parameter for most requests. Additionally,
48
+you may supply this globally via the `GremlinAPIConfig` module:
49
50
+```python
51
+from gremlinapi.config import GremlinAPIConfig as config
52
+config.team_guid = team_guid
53
+```
54
55
## Launching Attacks
56
57
#### Example 1
0 commit comments