Create User

Create a new user

Log in to see full request history

Results

Here is a list of fields that can be provided for the user object

KeyDescription
nameFull name (first and last) of the user
phone_numberPhone number of the user
emailEmail address of the user

The result will have the following keys:

KeyDescription
full_namefull name of the user
OIDid of the user
company_idthe company id of the user
phone_numberphone number of the user
user_emailemail address of the user
formatted_numberrecruiter number phone of the user
language_preferenceLanguage code preference of the user
campus_permission_viewList of school area that user has view permission
campus_permission_approveList of school area that user has approve permission
campus_entitlementsList of entitlements
Body Params
string
required

Phone number of the user

string
required

Full name of the user

string
required

Email address of the user

int32

The role id of the user

int32

The user type id of user (Full: 0, Basic: 1)

prod_access_levels
array of int32s

The list of id of Product Access (Candidate Experience Manager: 1 and/or Student Experience Manager: 2). Example: [1,2]

prod_access_levels
string

The timezone string that references at List of tz database time zones

string
Defaults to en

Language code preference

campus_permissions
array of objects

List of school area id and access type to add campus permission

campus_permissions
campus_entitlements
array of strings

List of entitlements with the value and assign campus permissions(if not use campus_permissions param)

campus_entitlements
string

The user’s external employee id. If included, this cannot be blank, nor can it match any other employee-id for a user in this company.

string

The job’s title

location_ids
array of strings

An array of location OIDs which can be grabbed from Get Locations

location_ids
string

The user's country code, which followed by ISO 3166-2

area_ids
array of strings

An array of external area ID of area which be configured in UI

area_ids
location_codes
array of strings

An array of location external codes

location_codes
string

Custom user role id

Headers
string
required
Defaults to Bearer <oauth_token>
Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json