-
Notifications
You must be signed in to change notification settings - Fork 3
Account Leave Organization
Ronen Nachmias edited this page Jul 12, 2017
·
4 revisions
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
{}