Search
K
FGA-Service

SearchUsersRequest

object
carrierstringrequired

carrier name

Example:sbul

queuestringrequired

queue name

Example:new_business

accessstringrequired

access level

Allowed values:viewerprocessoradmin

Example:viewer

Example

User

object
emailstringrequired

user email

Example:example@example.com

firstNamestringrequired

user first name

Example:John

lastNamestringrequired

user last name

Example:Doe

idstringrequired

user party Id

Example:1234567890

Example

SearchUsersResponse

object
usersarray[object]required

Example:{"email":"example@example.com","firstName":"John","lastName":"Doe","id":"1234567890"}

Show Child Parameters
Example

PolicyDto

object
policyNumberstringrequired

Policy number

Example:POL123456

planCodestringrequired

Plan code

Example:PLAN001

Example

SalesEntityDto

object
carrierCodestringrequired

Carrier code

Example:prud

sellingCodestring

Selling code - use for POM salesEntities. Either sellingCode or masterAgentNumber + externalId must be provided

Example:SELL123

masterAgentNumberstring

Master agent number - use for MCS salesEntities. Must be provided with externalId if sellingCode is not provided

Example:MAN123

externalIdstring

External ID - use for MCS salesEntities. Must be provided with masterAgentNumber if sellingCode is not provided

Example:EXT456

Example