Skip to main content

SearchUserRequest

authorizationModelNamesstring[]

list of authorization model names to look for

Example: ["Standard","All"]
emailstring

email of the user to look for

Example: firstName.lastName@corp.com
profilesstring[]

list of profiles to look for

Example: ["Expert","Buyer"]
SearchUserRequest
{
"authorizationModelNames": [
"Standard",
"All"
],
"email": "firstName.lastName@corp.com",
"profiles": [
"Expert",
"Buyer"
]
}