| ContextControllerGetContextIdentityIds Method |
Returns the ids of the identities that are members of a specific context.
Only identities that are direct members are returned - not those that are member of a sibling contexts.
A context membership is either due to a ContextAssignment data object or due to a context being stated in the "membership" reference property on the identity data object.
Memberships of contexts with status "Deleted (accepted)" are excluded from the result.
Memberships that are either not yet active or expired are also excluded from the result.
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic IntegerList GetContextIdentityIds(
int contextId
)
Parameters
- contextId
- Type: SystemInt32
Return Value
Type:
IntegerList
See Also