Skip to content

Account Create Organization

Ronen Nachmias edited this page Jul 12, 2017 · 2 revisions

Create Organization

Usecase:

As a know user i want to create and manage my own Organization. i am required to provide my Organization name and email.


Request:

POST /account/organization/create
{
   "name":"my-org",
   "email":"my.org@email.com",
   "token":{
      "origin":"google",
      "token":<google_token_id>
   }
}

Response: Status: 200 OK

{
  "apiKeys":[],
  "id":"ORG-F5G2368AD9CC827E6287",
  "name":"test-org",
  "email":"test@email.com",
  "ownerId":"107014542032303883606"
}