Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Changes a community member's status in the community.

Authentication

Required, see see Auth - Login. The caller must either be the community moderator/owner, or an administrator.

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/4f5e189ada7f00000000510f/4f5e1ed6da7f000000005110/active

http://infinite.ikanow.com/api/community/member/update/status/4f5e189ada7f00000000510f/user@organization.com/active

Example Response
Info
Code Block
{
    response: 
    {
        action: "Update member status"
        success: true
        message: "Updated member status successfully"
        time: 45
    }
}