Success
{- "status": 0,
 - "total": 0,
 - "count": 0,
 - "nextUrl": "string",
 - "previousUrl": "string",
 - "data": [
- {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "companyId": "string",
 - "externalId": "string",
 - "status": "active",
 - "type": "borrower",
 - "roleIds": [
- "string"
 
], - "object": "user",
 - "userId": 0,
 - "userName": "string",
 - "auths": [
- {
- "authType": "basic",
 - "authValueType": "email",
 - "value": "string"
 
} 
], - "employee": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "firstName": "string",
 - "lastName": "string"
 
}, - "person": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "borrowerType": "person",
 - "externalId": "string",
 - "status": "active",
 - "statusUpdatedAt": "2019-08-24T14:15:22Z",
 - "collectionsIntensity": "light",
 - "displayId": "string",
 - "metaData": { },
 - "commPreferences": {
- "statementDeliveryChannels": [
- "email"
 
], - "sendRemindersWhenCurrent": true
 
}, - "monitorStartDate": "2019-08-24",
 - "companyId": "string",
 - "user": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "companyId": "string",
 - "externalId": "string",
 - "status": "active",
 - "type": "borrower",
 - "roleIds": [
- "string"
 
], - "object": "user",
 - "userId": 0,
 - "userName": "string",
 - "auths": [
- {
- "authType": "basic",
 - "authValueType": "email",
 - "value": "string"
 
} 
] 
}, - "object": "person",
 - "name": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "object": "name",
 - "prefix": "string",
 - "firstName": "string",
 - "middleName": "string",
 - "lastName": "string",
 - "maidenLastName": "string",
 - "suffix": "strin",
 - "preferredFirstName": "string",
 - "current": true,
 - "status": "active",
 - "effectiveAt": "2019-08-24T14:15:22Z",
 - "originalValue": { },
 - "source": "peach"
 
}, - "dateOfBirth": "2019-08-24",
 - "identities": [
- {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "object": "identity",
 - "identityType": "SSN",
 - "customIdentityTypeName": "string",
 - "value": "string",
 - "valid": true,
 - "issueDate": "2019-08-24",
 - "expirationDate": "2019-08-24",
 - "issuingCountry": "",
 - "isArchived": true,
 - "isPrimary": false
 
} 
] 
} 
} 
] 
}Creates a user.
authType.email or authType.phone is required depending on company configuration.
authType.password is required unless the company is configured to OneTimeCodeEmail or OneTimeCodeText in which case sends an empty string.
Success
{- "externalId": "string",
 - "status": "active",
 - "type": "borrower",
 - "roleIds": [
- "string"
 
], - "userType": "borrower",
 - "roles": [
- "string"
 
], - "associatedPersonId": "string",
 - "borrowerId": "string",
 - "authType": {
- "email": "string",
 - "phone": "string",
 - "password": "string",
 - "samlSubjectNameId": "string"
 
} 
}{- "status": 0,
 - "message": "string",
 - "data": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "companyId": "string",
 - "externalId": "string",
 - "status": "active",
 - "type": "borrower",
 - "roleIds": [
- "string"
 
], - "object": "user",
 - "userId": 0,
 - "userName": "string",
 - "auths": [
- {
- "authType": "basic",
 - "authValueType": "email",
 - "value": "string"
 
} 
], - "employee": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "firstName": "string",
 - "lastName": "string"
 
}, - "person": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "borrowerType": "person",
 - "externalId": "string",
 - "status": "active",
 - "statusUpdatedAt": "2019-08-24T14:15:22Z",
 - "collectionsIntensity": "light",
 - "displayId": "string",
 - "metaData": { },
 - "commPreferences": {
- "statementDeliveryChannels": [
- "email"
 
], - "sendRemindersWhenCurrent": true
 
}, - "monitorStartDate": "2019-08-24",
 - "companyId": "string",
 - "user": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "companyId": "string",
 - "externalId": "string",
 - "status": "active",
 - "type": "borrower",
 - "roleIds": [
- "string"
 
], - "object": "user",
 - "userId": 0,
 - "userName": "string",
 - "auths": [
- {
- "authType": "basic",
 - "authValueType": "email",
 - "value": "string"
 
} 
] 
}, - "object": "person",
 - "name": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "object": "name",
 - "prefix": "string",
 - "firstName": "string",
 - "middleName": "string",
 - "lastName": "string",
 - "maidenLastName": "string",
 - "suffix": "strin",
 - "preferredFirstName": "string",
 - "current": true,
 - "status": "active",
 - "effectiveAt": "2019-08-24T14:15:22Z",
 - "originalValue": { },
 - "source": "peach"
 
}, - "dateOfBirth": "2019-08-24",
 - "identities": [
- {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "object": "identity",
 - "identityType": "SSN",
 - "customIdentityTypeName": "string",
 - "value": "string",
 - "valid": true,
 - "issueDate": "2019-08-24",
 - "expirationDate": "2019-08-24",
 - "issuingCountry": "",
 - "isArchived": true,
 - "isPrimary": false
 
} 
] 
} 
} 
}{- "status": 0,
 - "message": "string",
 - "data": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "companyId": "string",
 - "externalId": "string",
 - "status": "active",
 - "type": "borrower",
 - "roleIds": [
- "string"
 
], - "object": "user",
 - "userId": 0,
 - "userName": "string",
 - "auths": [
- {
- "authType": "basic",
 - "authValueType": "email",
 - "value": "string"
 
} 
], - "employee": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "firstName": "string",
 - "lastName": "string"
 
}, - "person": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "borrowerType": "person",
 - "externalId": "string",
 - "status": "active",
 - "statusUpdatedAt": "2019-08-24T14:15:22Z",
 - "collectionsIntensity": "light",
 - "displayId": "string",
 - "metaData": { },
 - "commPreferences": {
- "statementDeliveryChannels": [
- "email"
 
], - "sendRemindersWhenCurrent": true
 
}, - "monitorStartDate": "2019-08-24",
 - "companyId": "string",
 - "user": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "companyId": "string",
 - "externalId": "string",
 - "status": "active",
 - "type": "borrower",
 - "roleIds": [
- "string"
 
], - "object": "user",
 - "userId": 0,
 - "userName": "string",
 - "auths": [
- {
- "authType": "basic",
 - "authValueType": "email",
 - "value": "string"
 
} 
] 
}, - "object": "person",
 - "name": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "object": "name",
 - "prefix": "string",
 - "firstName": "string",
 - "middleName": "string",
 - "lastName": "string",
 - "maidenLastName": "string",
 - "suffix": "strin",
 - "preferredFirstName": "string",
 - "current": true,
 - "status": "active",
 - "effectiveAt": "2019-08-24T14:15:22Z",
 - "originalValue": { },
 - "source": "peach"
 
}, - "dateOfBirth": "2019-08-24",
 - "identities": [
- {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "object": "identity",
 - "identityType": "SSN",
 - "customIdentityTypeName": "string",
 - "value": "string",
 - "valid": true,
 - "issueDate": "2019-08-24",
 - "expirationDate": "2019-08-24",
 - "issuingCountry": "",
 - "isArchived": true,
 - "isPrimary": false
 
} 
] 
} 
} 
}Success
{- "externalId": "string",
 - "status": "active",
 - "type": "borrower",
 - "roleIds": [
- "string"
 
], - "userType": "borrower",
 - "roles": [
- "string"
 
], - "associatedPersonId": "string",
 - "borrowerId": "string"
 
}{- "status": 0,
 - "message": "string",
 - "data": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "companyId": "string",
 - "externalId": "string",
 - "status": "active",
 - "type": "borrower",
 - "roleIds": [
- "string"
 
], - "object": "user",
 - "userId": 0,
 - "userName": "string",
 - "auths": [
- {
- "authType": "basic",
 - "authValueType": "email",
 - "value": "string"
 
} 
], - "employee": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "firstName": "string",
 - "lastName": "string"
 
}, - "person": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "borrowerType": "person",
 - "externalId": "string",
 - "status": "active",
 - "statusUpdatedAt": "2019-08-24T14:15:22Z",
 - "collectionsIntensity": "light",
 - "displayId": "string",
 - "metaData": { },
 - "commPreferences": {
- "statementDeliveryChannels": [
- "email"
 
], - "sendRemindersWhenCurrent": true
 
}, - "monitorStartDate": "2019-08-24",
 - "companyId": "string",
 - "user": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "companyId": "string",
 - "externalId": "string",
 - "status": "active",
 - "type": "borrower",
 - "roleIds": [
- "string"
 
], - "object": "user",
 - "userId": 0,
 - "userName": "string",
 - "auths": [
- {
- "authType": "basic",
 - "authValueType": "email",
 - "value": "string"
 
} 
] 
}, - "object": "person",
 - "name": {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "object": "name",
 - "prefix": "string",
 - "firstName": "string",
 - "middleName": "string",
 - "lastName": "string",
 - "maidenLastName": "string",
 - "suffix": "strin",
 - "preferredFirstName": "string",
 - "current": true,
 - "status": "active",
 - "effectiveAt": "2019-08-24T14:15:22Z",
 - "originalValue": { },
 - "source": "peach"
 
}, - "dateOfBirth": "2019-08-24",
 - "identities": [
- {
- "id": "string",
 - "createdAt": "2019-08-24T14:15:22Z",
 - "updatedAt": "2019-08-24T14:15:22Z",
 - "deletedAt": "2019-08-24T14:15:22Z",
 - "object": "identity",
 - "identityType": "SSN",
 - "customIdentityTypeName": "string",
 - "value": "string",
 - "valid": true,
 - "issueDate": "2019-08-24",
 - "expirationDate": "2019-08-24",
 - "issuingCountry": "",
 - "isArchived": true,
 - "isPrimary": false
 
} 
] 
} 
} 
}Request sandbox access