The UserExistsRequest object is used as an input in UserExists API. This API allows you to checks if a user exists or gets the user's firm.
Note: If the user does not exist, it is created automatically.
UserExistsRequest
| Field Name | Required? | Data Type | Accepted Values/Examples |
|---|---|---|---|
| FirmName | Yes | string |
Firm name associated with the user |
| UserToken | Yes | string |
A server generated GUID that is given as response to the client during the first login |