Skip to content

Account Leave Organization

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

Leave Organization

Usecase:

As an organization member i want to leave the Organization. i am required to provide the Organization id.


Request:

POST /account/organization/members/leave"
{
    "organizationId":"ORG-124621798258",
    "token":{
        "origin":"google",
        "token":<google_id_token>
    }
}

Response: Status: 200 OK

{}