GetParentGroupIdsByGroupId Method
Gets the IDs of all the groups that a user or group belongs to.
Required Permissions
AdminUserReadSyntax
public System.long[] GetParentGroupIdsByGroupId(
System.long groupId
)Public Function GetParentGroupIdsByGroupId( _
ByVal groupId As System.Long _
) As System.Long()Parameters
| Name | Description |
|---|---|
| groupId | A group or user ID. |
Return Value
The IDs for all the parent groups recursive.