Skip to main content
Home

Search form

Menu

Search form

  • Overview
  • How To videos
  • Getting Started with SkyVault
  • Using SkyVault
  • Customizing
  • Programming
    • Integrating your application with SkyVault
    • Designing your application
    • Programming with CMIS
    • Programming with the repository
    • Programming with SkyVault services
    • Programming with Surf
    • Web Scripts
    • Scripting API
    • Services API
      • Site service
      • Activities service
      • Tagging service
      • Thumbnail service
      • Rendition service
      • Authority service
        • createRootGroup
        • getGroup
        • getGroupForFullAuthorityName
        • getGroups
        • getGroupsInZone
        • searchGroups
        • searchGroupsInZone
        • searchRootGroups
        • searchRootGroupsInZone
        • getAllRootGroups
        • getAllRootGroupsInZone
        • getUser
        • searchUsers
        • ScriptGroup object
          • createGroup
          • deleteGroup
          • removeGroup
          • removeUser
          • addAuthority
          • removeAuthority
          • getChildUsers
          • getChildGroups
          • getChildAuthorities
          • getParentGroups
          • getAllParentGroups
        • ScriptUser object
      • Workflow service
  • Copyright
  • Disclaimer
  • You are here

    SkyVault Enterprise 4.1.10 » Programming » SkyVault API Reference » Repository JavaScript API » Services API » Authority service » ScriptGroup object

    removeUser

    removeUser(shortName)

    This method removes a specified child user from this group. It does not delete the user.

    Parameters

    shortName
    The short name of the user to remove

    Example

        var shortName = "MY_SUB_GROUP";
        var group = groups.getGroup(shortName);
    
        // now remove child user from this group
        
        var shortName = "james.joey";
        group.removeUser(shortName);        
            
    Parent topic: ScriptGroup object

    © 2017 TBS-LLC. All Rights Reserved.    Follow @twitter