Click or drag to resize

AppOnboardingControllerGetAppOwnersByAppId Method

Get a list of owners for a specific application, based on RoPe data

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IntegerList GetAppOwnersByAppId(
	string applicationId,
	bool returnIdentityIds = false
)

Parameters

applicationId
Type: SystemString
The string Id of the application
returnIdentityIds (Optional)
Type: SystemBoolean
If true, the return list will contain identityIds instead of userIds

Return Value

Type: IntegerList
List with owner user Ids or identity Ids, depending on the returnIdentityIds parameter
See Also