curl --request GET \
--url https://api.example.com/members/{membersId}{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"identity": "<string>",
"emailAddress": "[email protected]",
"name": "<string>"
}curl --request GET \
--url https://api.example.com/members/{membersId}{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"identity": "<string>",
"emailAddress": "[email protected]",
"name": "<string>"
}Was this page helpful?