Skip to main content

SearchUser

emailstring

Email of the user to create.

It is used as the username for our users in order to sign in our platform.

So it must be unique and valid.

Example: firstName.lastName@corp.com
firstNamestring

First name of the user to create

Example: firstName
idstring

User identifier

Example: 309a666e-47c4-41ad-92b7-c483dc8dd1d1
lastNamestring

Last name of the user to create

Example: lastName
SearchUser
{
"email": "firstName.lastName@corp.com",
"firstName": "firstName",
"id": "309a666e-47c4-41ad-92b7-c483dc8dd1d1",
"lastName": "lastName"
}