Create a new user in Comprobo. This user will not be given a direct login of their own,
but must be impersonated to be used.
Parameters
- $userId
- the local ID you would like to be associated with this user.
- $firstName
- assigned to the user account and may be displayed in reports or other feedback.
- $lastName
- assigned to the user account and may be displayed in reports or other feedback.
- $email
- assigned to the user account and may be displayed in reports or other feedback.
Returns
array
the service response. Responsibilty falls on the caller to validate
and extract relevant information
Throws
See
Comprobo\Verify\Api::impersonate method to impersonate a user when we have their unique ID.