Sign in

Import user

documented

Import a single user into Repsly.

POST https://api.repsly.com/v3/import/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://api.repsly.com/v3/import/user" \
  -X POST \
  -H "Authorization: Basic {{REPSLY_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"Code":"{{$code}}","Name":"{{$name}}","Email":"{{$email}}","Active":{{$active}},"Role":"{{$role}}","Note":"{{$note}}","Phone":"{{$phone}}","Territories":["{{$territories_0}}","{{$territories_1}}"],"SendEmailEnabled":{{$send_email_enabled}},"Address1":"{{$address1}}","Address2":"{{$address2}}","City":"{{$city}}","State":"{{$state}}","ZipCode":"{{$zip}}","ZipCodeExt":"{{$zip_ext}}","Country":"{{$country}}","CountryCode":"{{$country_code}}","Attributes":[{"Title":"{{$attr_title}}","Value":"{{$attr_value}}"}],"Permissions":["{{$perm1}}","{{$perm2}}"],"Teams":["{{$team}}"],"ShowActivitiesWithoutTeam":{{$show_activities_without_team}},"ShowAllPlacesOnMobile":{{$show_all_places_on_mobile}}}'
Import user · Repsly · OpenIntegrations