Click or drag to resize

AccessRequestStatusControllerGetAccessRequestStatus Method (Int32, Int32, String, Boolean)

Calculates a list of status objects for Access Requests submitted by the provided user. The request can have been submitted on behalf of another user.

Namespace:  Omada.OE.Solution.OIM.AppLogic.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual List<AccessRequestStatus> GetAccessRequestStatus(
	int userId,
	int beneficiaryId,
	string searchString,
	bool loadIdentityProperties = false
)

Parameters

userId
Type: SystemInt32
Load access requests created by this user or where he is the beneficiary
beneficiaryId
Type: SystemInt32
Load access requests where this identity is the beneficiary
searchString
Type: SystemString
Optional search string to apply on the data objects
loadIdentityProperties (Optional)
Type: SystemBoolean
Flag for telling if the properties of the beneficiary dataobject should be loaded

Return Value

Type: ListAccessRequestStatus
Collection of AccessRequestStatus objects
See Also