-
Notifications
You must be signed in to change notification settings - Fork 3
Kick out Member
Ronen Nachmias edited this page Jul 12, 2017
·
6 revisions
Usecase:
As an organization owner i want to kick-out a member from my Organization. i am required to provide my Organization id and the userId i with to kick-out.
Request:
POST /account/organization/members/invite
{
"organizationId":"ORG-103521132189849432817",
"userId":"103501112189849432817",
"token":{
"origin":"google",
"token":<google_id_token>
}
}Response: Status: 200 OK
{"message":"Cannot complete request, target-organization or target-user was not found."}