Replies: 1 comment 2 replies
-
Netbox API tokens belong to users, not to groups. You would have to assign an API token for each user.
That sounds like a completely different question. API tokens are for external services making inbound requests to Netbox. Webhooks are for Netbox making outbound requests to other systems. Webhooks are nothing to do with groups (or indeed users). But in a webhook you can add custom headers to the request generated by Netbox (which might include an API token to a remote system). And I believe you can do jinja2 template expansion to make it dynamic. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey ! So I want to create groups for users and assign an API token for each group.
I want to make a way to send a header using a webhook of the group.
For my understanding this is not a feature but is there a way to implement it ?
Beta Was this translation helpful? Give feedback.
All reactions