signalfx / signalfx-go

Go client library and instrumentation bindings for SignalFx
https://www.signalfx.com
Apache License 2.0
14 stars 51 forks source link

Add update organization member request api call #183

Closed albert-kerr closed 1 year ago

albert-kerr commented 1 year ago

Based off this documentation https://dev.splunk.com/observability/reference/api/organizations/latest, I implemented the api call

image
leandropadua commented 1 year ago

@atoulme could you please have a look at this PR? It's a simple change. In Atlassian we use this API to have a workaround to map Active Directory groups to signalfx roles. It would be nice if we could use the native Signalfx go library instead of maintaining our own fork. Thanks