Magidoc

Organization Users

You may import organization users as:

Successfull Import

#

POST https://helping-hands.portals.wizehive.app/api/import/organization/users
Authorization Bearer eyJhbGciOiJSUz.eyJpc3MiOiJodHR.mDZCJz7tfFR2k8edoHje-YO-1EI69SYbeR
Content-Type text/csv
id slug providerType providerId active status email emailVerified phoneNumber phoneNumberVerified name givenName familyName middleName nickName preferredUsername profile picture website gender birthdate zoneinfo locale addressLine1 addressLine2 addressCity addressState addressPostal addressCountry roles
user-1 Provisioned anna@example.com Anna Belle G Anna Female organization_constituent
user-2 Provisioned bob@example.com Robert Smith Bob Male organization_constituent
user-3 Provisioned sue@example.com Susan Jones Suzzy Female organization_constituent
user-4 Provisioned saml.jackson@example.com Saml Jackson Sso Non-binary organization_constituent
disposition errors id slug providerType providerId active status email emailVerified phoneNumber phoneNumberVerified name givenName familyName middleName nickName preferredUsername profile picture website gender birthdate zoneinfo locale addressLine1 addressLine2 addressCity addressState addressPostal addressCountry roles
imported z_bnkFqJiDJHQl5SG_O-MCw9iCMBPyybbC_X user-1 Provisioned TRUE invited anna@example.com Anna Belle G Anna Female organization_constituent
imported 3-zBJcvpQmYq02GlryLb8fjPdMOP78x9hith user-2 Provisioned TRUE invited bob@example.com Robert Smith Bob Male organization_constituent
imported pamuniUejGV7f3NpGMEyGd_nGS2gvs8dQ-qJ user-3 Provisioned TRUE invited sue@example.com Susan Jones Suzzy Female organization_constituent
imported AzccDXOjCfjYjuoxrXiXukzjDjP8sVq_vgXw user-4 Provisioned TRUE invited saml.jackson@example.com Saml Jackson Sso Non-binary organization_constituent

Failed Import

#

POST https://helping-hands.portals.wizehive.app/api/import/organization/users
Authorization Bearer eyJhbGciOiJSUz.eyJpc3MiOiJodHR.mDZCJz7tfFR2k8edoHje-YO-1EI69SYbeR
Content-Type text/csv
id slug providerType providerId active status email emailVerified phoneNumber phoneNumberVerified name givenName familyName middleName nickName preferredUsername profile picture website gender birthdate zoneinfo locale addressLine1 addressLine2 addressCity addressState addressPostal addressCountry roles
user-1 Provisioned davemcnelis+0911-1 David McNelis Alpha Male organization_constituent
user-2 Provisioned davemcnelis+0911-2@gmail.com David McNelis Beta Male applicant
user-3 Other davemcnelis+0911-3@gmail.com David McNelis Gamma Male organization_constituent
user-4 Provisioned davemcnelis+0911-4.gmail.com David McNelis Phi Male organization_constituent
disposition errors id slug providerType providerId active status email emailVerified phoneNumber phoneNumberVerified name givenName familyName middleName nickName preferredUsername profile picture website gender birthdate zoneinfo locale addressLine1 addressLine2 addressCity addressState addressPostal addressCountry roles
invalid Validation error: email must be a valid email, but has davemcnelis+0911-1 user-1 Provisioned davemcnelis+0911-1 David McNelis Alpha Male organization_constituent
invalid Validation error: roles must be a valid string list of (organization_owner, organization_member, organization_constituent) but has applicant user-2 Provisioned davemcnelis+0911-2@gmail.com David McNelis Beta Male applicant
invalid Validation error: providerType must be (Local, Google, SAML2, Provisioned) but has Other user-3 Other davemcnelis+0911-3@gmail.com David McNelis Gamma Male organization_constituent
invalid Validation error: email must be a valid email, but has davemcnelis+0911-4.gmail.com user-4 Provisioned davemcnelis+0911-4.gmail.com David McNelis Phi Male organization_constituent