influxdata / openapi

An OpenAPI specification for influx (cloud/oss) apis.
MIT License
17 stars 10 forks source link

api-reference: Users - delete a user #514

Closed jstirnaman closed 1 year ago

jstirnaman commented 1 year ago

If I remove a user from a Cloud org, which tokens are deleted? Only token(s) the user created? Tokens scoped to the user? Are they essentially the same, once scoped? Is this also true for OSS? Docs and API docs could be more specific.

In Cloud docs (https://docs.influxdata.com/influxdb/cloud/security/tokens/create-token/), we say this:

Tokens stop working when the user who created the token is deleted.

In Cloud API docs, we say this:

For security purposes, once an InfluxDB user account is deleted from an organization, the user (and their token) can't be reactivated.