Get¶
Retrieves an identity based on its unique identifier.
$Membership.Get(id: ( string | Identity )):( Identity | "null" )
Parameters¶
( string | Identity ) id
The unique identifier of the identity to retrieve.
Returns¶
The identity associated with the given ID.
Remarks¶
Example¶
1 2 3 4 | |
See Also¶
- Identity
- Membership.GetProperty
- ( Identity |
"null")