GET
/
team
/
{teamId}
/
member
/
{userId}
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>"
}

Path Parameters

userId
string
required
teamId
string
required

Response

200
application/json

Member of a team

The response is of type object.