/
Get vpp users all
Get vpp users all
Description
Gets a list of all VPP users.
Syntax
GetVppUsersAll() as ArrayList
Return Value
The function returns an array of vpp users. Each user in the array is a joined line with the character defined with Set splitter.
- user.ID
- user.Status
- user.Updated
- user.UserID
- user.ClientUserIDStr
- user.Name
- user.Description
- user.Email
- user.ItsIdHash
- user.InviteUrl
- user.InviteCode
- user.VPPAccountID
- user.GUID
Example
VBScript
Set oCMS = CreateObject("CapaInstaller.SDK") Set aUnit = CreateObject("System.Collections.ArrayList") wscript.echo oCMS.SetDefaultManagementPoint("1") Set aUsers = oCMS.GetVppUsersAll() for each item in aUsers wscript.echo item next
, multiple selections available,
Related content
Get vpp users all
Get vpp users all
More like this
Get vpp users all
Get vpp users all
More like this
Get vpp users
Get vpp users
More like this
Get vpp users
Get vpp users
More like this
Get users linked to vpp user
Get users linked to vpp user
More like this
Get users linked to vpp user
Get users linked to vpp user
More like this