Sign in

Add user

documented

Create a new user with supplied attributes (or update if a match is found).

GET /api/add_userUsersno 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://{{lms_domain}}.matrixlms.com/api/add_user?api_key={{CYPHERLEARNING_API_KEY}}&userid={{userid}}&email={{email}}&first_name={{first_name}}&last_name={{last_name}}&birthdate={{birthdate}}&organization_id={{organization_id}}&account_types={{account_types}}" \
  -X GET \
  -H "Accept: application/json"