Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/social/community/member/update/status/{communityid}/{personid}/{userstatus}
Info

Changes a community member's status in the community.

Authentication

Required, see Auth - Login

Arguments

communityid (required)
Community ID to change a members status in

...

userstatus (required)
Status to change the member to (available statuses: "active", "disabled", "pending", "remove", the last of these removes the user from the community altogether )

Example

http://infinite.ikanow.com/api/community/member/update/status/comm12345/person12345/active

Example Response
Info
Code Block