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