/
/Bencher API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 6d ago
auth10
checkout1
oci16
organizations23
  • getList organizations
  • postCreate an organization
  • getView an organization
  • deleteDelete an organization
  • patchUpdate an organization
  • get/v0/organizations/{organization}/allowed/{permission}
  • postClaim an organization
  • getList organization members
  • postInvite a user to an organization
  • getView an organization member
  • deleteRemove an organization member
  • patchUpdate an organization member
  • get/v0/organizations/{organization}/plan
  • post/v0/organizations/{organization}/plan
  • deleteDelete an organization's subscription plan (admin only).
  • patchUpdate an organization's metered subscription plan.
  • getList organization projects
  • postCreate a project for an organization
  • getList SSO domains for an organization
  • postAdd an SSO domain to an organization
  • getView an SSO domain for an organization
  • deleteRemove an SSO domain from an organization
  • getView organization usage
projects52
run1
runners9
server10
specs5
users13
    organizations

    Create an organization

    Create a new organization. The user must be authenticated to use this route.

    post/v0/organizations

    Request body

    namestring required
    slugstring

    Response

    successful creation

    claimedstring date-time
    createdstring date-time required
    licensestring
    modifiedstring date-time required
    namestring required
    slugstring required
    uuidstring uuid required

    Changes