latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Orgs

Create an Org

Create a new org.

post/orgs

Request body

account_namestring

The unique name of the org in small case without spaces

namestring

The display name for this org

picture_urlstring

URL to the picture associated with this org

contact_emailstring

The contact email for the Organization

descriptionstring

A description of the org

Example request

{
  "account_name": "ladybug-tools",
  "name": "Ladybug Tools",
  "picture_url": "https://avatars1.githubusercontent.com/u/38131342",
  "contact_email": "info@ladybug.tools",
  "description": "Making environmental design knowledge and tools freely accessible to every person, project and design process"
}

Response

Success

idstring uuid required

Id for the newly created resource.

messagestring

A human readable message

Example response

{
  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "message": "Use Location in headers to access the new object."
}