Skip to main content
Home

Search form

Menu

Search form

  • What's new in SkyVault Content Services
  • Supported Platforms
  • Video tutorials
  • Using SkyVault Share
  • SkyVault SDK 3.0
  • API guide
    • API overview
    • Use Cases
    • Java API
    • JavaScript API
      • About script files
      • Root objects
      • Scripting API
      • Services API
        • Activities service
        • Authority service
          • createRootGroup
          • getAllRootGroups
          • getAllRootGroupsInZone
          • getGroup
          • getGroupForFullAuthorityName
          • getGroups
          • getGroupsInZone
          • getUser
          • searchGroups
          • searchGroupsInZone
          • searchRootGroups
          • searchRootGroupsInZone
          • searchUsers
          • ScriptGroup object
            • addAuthority
            • createGroup
            • deleteGroup
            • getAllGroups
            • getAllParentGroups
            • getAllUsers
            • getChildAuthorities
            • getChildGroups
            • getChildUsers
            • getGroupCount
            • getGroupNode
            • getGroupNodeRef
            • getParentGroups
            • getUserCount
            • getZones
            • removeAuthority
            • removeGroup
            • removeUser
          • ScriptUser object
        • Rendition service
        • Site service
        • Tagging service
        • Thumbnail service
        • Workflow service
    • FreeMarker API
    • Spring Surf API
  • Extension packaging - modules
  • Platform extensions
  • Platform integrations
  • Share extensions
  • Copyright
  • You are here

    SkyVault Content Services 5.2 » Developer guide » API guide » SkyVault Content Services API Reference » JavaScript API » Services API » Authority service » ScriptGroup object

    getAllUsers

    getAllUsers() returns all users contained in this group.

    Parameters

    None

    Returns

    An array of ScriptUser objects representing the users contained in this group.

    Example

        var users = mygroup.getAllUsers();
            
    Parent topic: ScriptGroup object

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