cURL
curl --request GET \ --url https://us.cybedefend.com/team/{teamId}/member/{userId} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "firstName": "<string>", "lastName": "<string>", "email": "[email protected]", "picture": "<string>", "role": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Member of a team
User unique identifier
User first name
User last name
User email address
User picture URL
User role in the organization