GitbookIO / GitbookIO/integrations
Allow teams to manage organization invites via the API
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 131
- Forks
- 96
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 31
Description
There's an endpoint in GitBook's OpenAPI spec that allows you to invite users to an organization via an API - but right now it is blocked (private) for GitBook staff only. We should consider opening this up to allow for more useful integrations around invites/organizational management.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the organization-invite endpoint in GitBook's OpenAPI spec and reviewing how its private staff-only access is represented. Determine the requirements for exposing it to integrations, then verify that an external integration can use the endpoint to invite users to an organization.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi, typescript
- Domain
- api, authorization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100