Sign in

Create new member

documented

Create a new member with the provided attributes (email, username, name, surname, access level, etc.).

POST /membersMembersno 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" \
  -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}}}]}'
Create new member · BlogIn · OpenIntegrations