GET api/IsRandstadEmail?email={email}

Used for Checking if the Email provided is Possibly a Randstad APAC Internal Email. Does not check if the actual user exists. Just provides information if the email is considered internal to Randstad.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

Email Address to be validated.

string

Required

Body Parameters

None.

Response Information

Resource Description

true or false

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml, multipart/form-data

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>