Skip to content

Commit d4ca0a1

Browse files
committed
updated authentication documentation, team_id references
1 parent 6028ad8 commit d4ca0a1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ gremlinapi.login(email='kyle@gremlin.com',
4242

4343
```
4444

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+
4555
## Launching Attacks
4656

4757
#### Example 1

0 commit comments

Comments
 (0)