cURL
curl --request GET \ --url https://api-eu.cybedefend.com/team/{teamId}/member/{userId} \ --header 'x-api-key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "firstName": "<string>", "lastName": "<string>", "email": "[email protected]", "picture": "<string>", "role": "<string>" }
API Key for authentication. You can generate an API key from your personal settings.
Member of a team
User unique identifier
User first name
User last name
User email address
User picture URL
User role in the organization