| AccessRequestStatusControllerGetAccessRequestStatus Method (Int32, Int32, IEnumerableGuid, Boolean) |
Calculates a list of status objects for Access Requests for each id in the ids collection
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
Syntaxpublic List<AccessRequestStatus> GetAccessRequestStatus(
int userId,
int beneficiaryId,
IEnumerable<Guid> ids,
bool loadIdentityProperties
)
Parameters
- userId
- Type: SystemInt32
Id of the user who requested the access - beneficiaryId
- Type: SystemInt32
id of the identity who is the beneficiary of the access request - ids
- Type: System.Collections.GenericIEnumerableGuid
ids of which access requests to load - loadIdentityProperties
- Type: SystemBoolean
Flag for telling if the properties of the beneficiary dataobject should be loaded
Return Value
Type:
ListAccessRequestStatusCollection of
AccessRequestStatus objects
See Also