curl --request GET \
--url https://app-preprod.cybedefend.com/team/{teamId}/member/{userId}
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"firstName": "<string>",
"lastName": "<string>",
"email": "jsmith@example.com",
"picture": "<string>",
"role": "<string>"
}
curl --request GET \
--url https://app-preprod.cybedefend.com/team/{teamId}/member/{userId}
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"firstName": "<string>",
"lastName": "<string>",
"email": "jsmith@example.com",
"picture": "<string>",
"role": "<string>"
}
Member of a team
The response is of type object
.