influxdata / influxdata/docs-v2
Document organization member roles
- Dominant language
- JavaScript
- Stars
- 82
- Forks
- 326
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 82
Description
#### Organization member roles
- **Owner**: has **read/write** for resources within an org.
- **Member**: has **read-only** for resources within an org.
#### Other items to cover
- Document CRUD operations for owners and members (via CLI & API).
_Currently the only way to add an owners is with the API_.
- Explain the relationship between members and tokens.
- All-access and read/write tokens are scoped to an organization. Operator tokens are not.
- An organization owner doesn't necessarily have access to an operator token.
- Certain operations (like backup and restore) require operator tokens because
they affect the database as a whole.
##### Relevant URLs
- [Manage organization members](https://docs.influxdata.com/influxdb/v2.1/organizations/members/)
- [Manage users](https://docs.influxdata.com/influxdb/v2.1/users/)
- [influx org members](https://docs.influxdata.com/influxdb/v2.1/reference/cli/influx/org/members/)
- [Organization API docs](https://docs.influxdata.com/influxdb/v2.1/api/#tag/Organizations)
- [Manage API tokens](https://docs.influxdata.com/influxdb/v2.1/security/tokens/)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.