Sign in

Update member

documented

Update details for a specific member.

POST /members/{id}Membersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://blogin.co/api/rest/members/{{$member_id}}" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{BLOGIN_API_KEY}}" \
  -d '{"email": "{{$email}}", "username": "{{$username}}", "name": "{{$name}}", "surname": "{{$surname}}", "access_level": "{{$access_level}}", "job_title": "{{$job_title}}", "phone": "{{$phone}}", "teams": [{"id": {{$team_id}}}] }'