v1

latestOpenAPI 3.0.22026-07-26191278525.6 KB
Users

Create User

Create an User in Eightfold. email, firstName and lastName cannot be empty strings while creating an User. Note: It may take some time for the newly created users to start reflecting in LIST calls, as there may be indexing delays. You can still use the GET BY ID call right after creation of users.

post/api/v2/core/users

Headers

Authorizationstring required

The secret key to access the api. It starts with the bearer token

Request body

verifiedAtinteger nullable

Verified at timestamp of the User

createdAtinteger nullable

Create timestamp of the User

managerEmailstring nullable

Email of User's Manager

rolesstring[] nullable

Roles of a user

profileIdstring nullable

ProfileId of User

firstNamestring

First Name of User

companystring nullable

Company of User

emailstring required

Email of User

timezoneNamestring nullable

Timezone name for a user

defaultAccessModestring

Access Mode of User

titlestring nullable

Title of User

idstring nullable

Id of an User

languagestring nullable

Language preference of the user

timezoneOffsetinteger nullable

Timezone offset for a User

updatedAtinteger nullable

Update timestamp of the User

hrbpDataobject nullable

HRBP Data of an User

uuidstring nullable

External unique identifier such as UUID, Corporate ID and Employee ID

isDisabledboolean nullable

If user is disabled or not

lastLoginTimeStampinteger nullable

Last login time stamp of a user

managerstring nullable

Manager of User

lastNamestring

Last Name of User

Response

OK

verifiedAtinteger nullable

Verified at timestamp of the User

createdAtinteger nullable

Create timestamp of the User

managerEmailstring nullable

Email of User's Manager

rolesstring[] nullable

Roles of a user

profileIdstring nullable

ProfileId of User

firstNamestring

First Name of User

companystring nullable

Company of User

emailstring required

Email of User

timezoneNamestring nullable

Timezone name for a user

defaultAccessModestring

Access Mode of User

titlestring nullable

Title of User

idstring nullable

Id of an User

languagestring nullable

Language preference of the user

timezoneOffsetinteger nullable

Timezone offset for a User

updatedAtinteger nullable

Update timestamp of the User

hrbpDataobject nullable

HRBP Data of an User

uuidstring nullable

External unique identifier such as UUID, Corporate ID and Employee ID

isDisabledboolean nullable

If user is disabled or not

lastLoginTimeStampinteger nullable

Last login time stamp of a user

managerstring nullable

Manager of User

lastNamestring

Last Name of User