Retrieve a single team member by ID.
curl -X GET https://api.dronebundle.com/v1/team/03144892-6021-705a-08f2-8e147cff3f28 \ -H "Authorization: Bearer v1_your_api_key_here"
{ "id": "03144892-6021-705a-08f2-8e147cff3f28", "email": "john@example.com", "first_name": "John", "last_name": "Smith", "role": "pilot", "title": "Senior Pilot", "phone_number": "+45 12345678", "profile_picture": null, "created": 1743400000000, "updated": 1743400000000 }
read_only
full_access
root
project_manager
ops_lead
pilot
client
{ "message": "User not found" }