Skip to main content
GET
/
api
/
spaces
/
coworkers
Search Coworkers
curl --request GET \
  --url https://spaces.nexudus.com/api/spaces/coworkers \
  --header 'Authorization: Basic <encoded-value>'
{
  "Records": [
    {}
  ],
  "CurrentPage": 123,
  "CurrentPageSize": 123,
  "CurrentOrderField": "<string>",
  "CurrentSortDirection": 123,
  "FirstItem": 123,
  "LastItem": 123,
  "TotalItems": 123,
  "TotalPages": 123,
  "HasNextPage": true,
  "HasPreviousPage": true
}

Documentation Index

Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt

Use this file to discover all available pages before exploring further.

A Coworker represents a customer in Nexudus. Coworkers can be individuals or companies and hold all personal, billing, access-control, and plan information for a customer. When creating a coworker, set CreateUser to grant portal and app access — this also sends a welcome email with access details. To assign a plan at creation time, pass TariffId with the plan ID. Combine with BillingDay to fix the billing day (defaults to the current day or the plan’s default billing day) and RenewalDate to set the date when the plan starts and will first be invoiced.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the Coworker-List role.

Enums

ValueName
1Individual
2Company
ValueName
0None
1NotSet
2Male
3Female
4Other
5RatherNotSay
ValueName
1Default
2Reduced
3Exempt
ValueName
1WorkingFromOffice
2WorkingFromHome
3WorkingFromAbroad
4NotWorking
5Undefined
ValueName
0None
1MultiGateway
2Stripe
3Forte
4AuthorizeNetSubscription
5PaypalStandardSubscription
6PayPalAdaptive
7EPay
8Braintree
9EziDebit
10LiqPay
11StripeACH
12GoCardless
13StripeBACS
94CreditNote
95GiftCard
96BankTransfer
97Cash
98Check
99Other

Query Parameters

Pagination & Sorting

page
integer
default:"1"
The page number to retrieve.
size
integer
default:"25"
The number of records per page.
orderBy
string
The property name to sort results by (e.g. Name, CreatedOn).
dir
integer
Sort direction. 0 for ascending, 1 for descending.

Filters

Coworker_CoworkerType
integer
Filter by coworker type.
Coworker_FullName
string
Filter by full name.
Coworker_Salutation
string
Filter by title or salutation prefix (e.g. Mr, Mrs, Dr).
Coworker_Gender
integer
Filter by gender of the person.
Coworker_Email
string
Filter by email address.
Coworker_CreateUser
boolean
Filter by create user account. Grants portal and app access and sends a welcome email with the access details.
Coworker_AvatarFileName
string
Filter by current file name of the avatar (read-only; upload via the corresponding URL field).
Coworker_NewAvatarUrl
string
Filter by uRL of a new file to upload as the avatar.
Coworker_ClearAvatar
boolean
Filter by set to true to remove the current avatar file.
Coworker_BannerImageFileName
string
Filter by current file name of the banner image (read-only; upload via the corresponding URL field).
Coworker_NewBannerImageUrl
string
Filter by uRL of a new file to upload as the banner image.
Coworker_ClearBannerImage
boolean
Filter by set to true to remove the current banner image file.
Coworker_Address
string
Filter by street address.
Coworker_PostCode
string
Filter by post code.
Coworker_CityName
string
Filter by city name.
Coworker_State
string
Filter by state or province.
Coworker_Country
integer
Filter by iD of the country linked to this record.
Coworker_SimpleTimeZone
integer
Filter by iD of the simple time zone linked to this record.
Coworker_MobilePhone
string
Filter by mobile phone.
Coworker_LandLine
string
Filter by land line.
Coworker_DateOfBirth
string
Filter by date of birth.
Coworker_NickName
string
Filter by nickname.
Coworker_BusinessArea
string
Filter by business area.
Coworker_Position
string
Filter by display order position or job title.
Coworker_CompanyName
string
Filter by company name.
Coworker_ProfileWebsite
string
Filter by profile website.
Coworker_ProfileTags
string
Filter by profile tags.
Coworker_ProfileSummary
string
Filter by profile summary.
Coworker_Twitter
string
Filter by twitter handle.
Coworker_Facebook
string
Filter by facebook profile.
Coworker_Google
string
Filter by the google value for this coworker.
Coworker_Telegram
string
Filter by telegram handle.
Coworker_Linkedin
string
Filter by linkedIn profile.
Coworker_Skype
string
Filter by skype handle.
Coworker_Github
string
Filter by gitHub profile.
Coworker_Pinterest
string
Filter by the pinterest value for this coworker.
Coworker_Flickr
string
Filter by the flickr value for this coworker.
Coworker_Instagram
string
Filter by instagram profile.
Coworker_Vimeo
string
Filter by the vimeo value for this coworker.
Coworker_Tumblr
string
Filter by the tumblr value for this coworker.
Coworker_Blogger
string
Filter by the blogger value for this coworker.
Coworker_ProfileIsPublic
boolean
Filter by profile is public.
Coworker_InvoicingBusiness
integer
Filter by iD of the invoicing business linked to this record.
Coworker_InvoicingBusiness_Name
string
Filter by the name of the customer home location.
Coworker_BillingEmail
string
Filter by billing email.
Coworker_BillingName
string
Filter by billing name.
Coworker_BillingAddress
string
Filter by billing address.
Coworker_BillingPostCode
string
Filter by billing post code.
Coworker_BillingCityName
string
Filter by billing city.
Coworker_BillingState
string
Filter by billing state.
Coworker_BillingCountry
integer
Filter by iD of the billing country linked to this record.
Coworker_BillingSimpleTimeZone
integer
Filter by iD of the billing simple time zone linked to this record.
Coworker_TaxRateType
integer
Filter by tax rate type.
Coworker_TaxRate
number
Filter by tax rate.
Coworker_TaxIDNumber
string
Filter by tax ID number.
Coworker_BankName
string
Filter by bank name.
Coworker_BankAccount
string
Filter by bank account.
Coworker_BankBranch
string
Filter by bank branch.
Coworker_NotifyOnNewInvoice
boolean
Filter by notify on new invoice.
Coworker_NotifyOnNewPayment
boolean
Filter by notify on new payment.
Coworker_NotifyOnFailedPayment
boolean
Filter by notify on failed payment.
Coworker_ShowPayingMemberInvoices
boolean
Filter by show paying member invoices.
Coworker_EnableGoCardlessPayments
boolean
Filter by enable GoCardless payments.
Coworker_UseGoCardlessProPayments
boolean
Filter by whether use go cardless pro payments is enabled.
Coworker_GoCardlessContractNumber
string
Filter by goCardless contract number.
Coworker_StripeBacsDDPaymentMethodId
string
Filter by iD of the stripe bacs dd payment method associated with this record.
Coworker_StripeBacsDDMandateId
string
Filter by iD of the stripe bacs dd mandate associated with this record.
Coworker_StripeBacsDDCustomerToken
string
Filter by the stripe bacs dd customer token value for this coworker.
Coworker_StripeBacsDDEnabled
boolean
Filter by whether stripe bacs dd enabled is enabled.
Coworker_LastOverDueInvoiceReminder
string
Filter by date/time value for last over due invoice reminder.
Coworker_LastLowCreditReminder
string
Filter by date/time value for last low credit reminder.
Coworker_RefererGuid
string
Filter by unique identifier (GUID) for the referer.
Coworker_RegularPaymentProvider
integer
Filter by regular payment provider.
Coworker_RegularPaymentContractNumber
string
Filter by regular payment contract number.
Coworker_CardNumber
string
Filter by card number.
Coworker_DoNotProcessInvoicesAutomatically
boolean
Filter by do not process invoices automatically.
Coworker_AllowNetworkCheckin
boolean
Filter by allow network check-in.
Coworker_CheckinSinceLastRenewal
integer
Filter by check-ins since last renewal.
Coworker_MinutesSinceLastRenewal
integer
Filter by minutes since last renewal.
Coworker_AccessCardId
string
Filter by access card ID.
Coworker_AccessPincode
string
Filter by access PIN code.
Coworker_KeyFobNumber
string
Filter by key fob number.
Coworker_NotifyOnDelivery
boolean
Filter by notify on delivery.
Coworker_EzeepUserId
string
Filter by iD of the ezeep user associated with this record.
Coworker_EzeepFreePrinting
boolean
Filter by whether ezeep free printing is enabled.
Coworker_EzeepBlueUserId
string
Filter by iD of the ezeep blue user associated with this record.
Coworker_EzeepBlueFreePrinting
boolean
Filter by whether ezeep blue free printing is enabled.
Coworker_EzeepBluePrintingEnabled
boolean
Filter by whether ezeep blue printing enabled is enabled.
Coworker_PaperCutPayAsYouPrint
boolean
Filter by whether paper cut pay as you print is enabled.
Coworker_PaperCutFreePrinting
boolean
Filter by whether paper cut free printing is enabled.
Coworker_PaperCutUserId
string
Filter by iD of the paper cut user associated with this record.
Coworker_CanMakeBookings
boolean
Filter by can make bookings.
Coworker_CanBookForTeam
boolean
Filter by can book for team.
Coworker_CanPurchaseProducts
boolean
Filter by can purchase products.
Coworker_CanPurchaseEvents
boolean
Filter by can purchase events.
Coworker_CanAccessCommunity
boolean
Filter by can access community.
Coworker_ReferenceNumber
string
Filter by reference number.
Coworker_Tag
string
Filter by free-form tag for categorising or filtering.
Coworker_Notes
string
Filter by optional notes or comments about this coworker.
Coworker_ShowAlert
boolean
Filter by show alert.
Coworker_AlertNote
string
Filter by alert note.
Coworker_User
integer
Filter by iD of the user linked to this record.
Coworker_User_FullName
string
Filter by display name of the linked user full (read-only).
Coworker_User_IsAdmin
boolean
Filter by whether user is admin is enabled.
Coworker_User_LastAccess
string
Filter by date/time value for user last access.
Coworker_User_Active
boolean
Filter by whether user active is enabled.
Coworker_User_ReceiveCommunityDigest
boolean
Filter by whether user receive community digest is enabled.
Coworker_User_ReceiveEveryMessage
boolean
Filter by whether user receive every message is enabled.
Coworker_Active
boolean
Filter by whether this coworker is currently active.
Coworker_NextAutoInvoice
string
Filter by next auto invoice date.
Coworker_InvoiceDueDatePeriod
integer
Filter by invoice due date period.
Coworker_RegistrationDate
string
Filter by registration date.
Coworker_GeneralTermsAccepted
boolean
Filter by general terms accepted.
Coworker_LastRenewal
string
Filter by date/time value for last renewal.
Coworker_LastInvoiceAttempt
string
Filter by date/time value for last invoice attempt.
Coworker_Custom1
string
Filter by custom field 1.
Coworker_Custom2
string
Filter by custom field 2.
Coworker_Custom3
string
Filter by custom field 3.
Coworker_Custom4
string
Filter by custom field 4.
Coworker_Custom5
string
Filter by custom field 5.
Coworker_Custom6
string
Filter by custom field 6.
Coworker_Custom7
string
Filter by custom field 7.
Coworker_Custom8
string
Filter by custom field 8.
Coworker_Custom9
string
Filter by custom field 9.
Coworker_Custom10
string
Filter by custom field 10.
Coworker_Custom11
string
Filter by custom field 11.
Coworker_Custom12
string
Filter by custom field 12.
Coworker_Custom13
string
Filter by custom field 13.
Coworker_Custom14
string
Filter by custom field 14.
Coworker_Custom15
string
Filter by custom field 15.
Coworker_Custom16
string
Filter by custom field 16.
Coworker_Custom17
string
Filter by custom field 17.
Coworker_Custom18
string
Filter by custom field 18.
Coworker_Custom19
string
Filter by custom field 19.
Coworker_Custom20
string
Filter by custom field 20.
Coworker_Custom21
string
Filter by custom field 21.
Coworker_Custom22
string
Filter by custom field 22.
Coworker_Custom23
string
Filter by custom field 23.
Coworker_Custom24
string
Filter by custom field 24.
Coworker_Custom25
string
Filter by custom field 25.
Coworker_Custom26
string
Filter by custom field 26.
Coworker_Custom27
string
Filter by custom field 27.
Coworker_Custom28
string
Filter by custom field 28.
Coworker_Custom29
string
Filter by custom field 29.
Coworker_Custom30
string
Filter by custom field 30.
Coworker_NextInvoiceLocal
string
Filter by date/time value for next invoice local.
Coworker_NextAutoInvoiceLocal
string
Filter by date/time value for next auto invoice local.
Coworker_RegistrationDateLocal
string
Filter by date/time value for registration date local.
Coworker_AccessControlDebounceTime
string
Filter by date/time value for access control debounce time.
Coworker_Office365AccessToken
string
Filter by the office365 access token value for this coworker.
Coworker_Office365RefreshToken
string
Filter by the office365 refresh token value for this coworker.
Coworker_ZoomAccessToken
string
Filter by the zoom access token value for this coworker.
Coworker_ZoomRefreshToken
string
Filter by the zoom refresh token value for this coworker.
Coworker_ZoomUserId
string
Filter by iD of the zoom user associated with this record.
Coworker_DoordeckPrivateKey
string
Filter by the doordeck private key value for this coworker.
Coworker_DoordeckPublicKey
string
Filter by the doordeck public key value for this coworker.
Coworker_DoordeckUserGuid
string
Filter by unique identifier (GUID) for the doordeck user.
Coworker_Office365SubscriptionId
string
Filter by iD of the office365 subscription associated with this record.
Coworker_SaltoV2AccessToken
string
Filter by the salto v2 access token value for this coworker.
Coworker_StripeACHBankToken
string
Filter by the stripe ach bank token value for this coworker.
Coworker_StripeACHCustomerToken
string
Filter by the stripe ach customer token value for this coworker.
Coworker_HasAcceptedStripeACHAgreement
boolean
Filter by whether has accepted stripe ach agreement is enabled.
Coworker_HasVerifiedStripeACHDeposits
boolean
Filter by whether has verified stripe ach deposits is enabled.
Coworker_PurchaseOrder
string
Filter by purchase order.
Coworker_SyncToSquare
boolean
Filter by whether sync to square is enabled.
Coworker_NotifyOnDeliveriesEmail
string
Filter by notify on deliveries email.
Coworker_AccessControlErrorNotificationSent
boolean
Filter by whether access control error notification sent is enabled.
Coworker_SyncToPaperCutDue
boolean
Filter by whether sync to paper cut due is enabled.
Coworker_GoogleApiToken
string
Filter by the google api token value for this coworker.
Coworker_GoogleSubscriptionId
string
Filter by iD of the google subscription associated with this record.
Coworker_CoworkerContractIds
string
Filter by the coworker contract ids value for this coworker.
Coworker_CoworkerContractTariffNames
string
Filter by the coworker contract tariff names value for this coworker.
Coworker_BillingDay
integer
Filter by billing day. Used with TariffId to fix the billing day (defaults to current day or the plan’s default billing day).
Coworker_TariffId
integer
Filter by plan ID. Creates a new contract for this plan at the same time as the customer. Combine with BillingDay and RenewalDate.
Coworker_TariffInvoiceEvery
integer
Filter by tariff invoice every N months.
Coworker_TariffInvoiceEveryWeeks
integer
Filter by tariff invoice every N weeks.
Coworker_RenewalDate
string
Filter by renewal date. Used with TariffId as the date when the plan starts and will be invoiced first.
Coworker_TeamName
string
Filter by display name of the linked team (read-only).
Coworker_TeamId
integer
Filter by iD of the team associated with this record.
Coworker_TeamNames
string
Filter by team names.
Coworker_TeamIds
string
Filter by the team ids value for this coworker.
Coworker_CurrentAccessSignature
string
Filter by the current access signature value for this coworker.
Coworker_CurrentAccessSignatures
string
Filter by the current access signatures value for this coworker.
Coworker_InvoiceSegregationOverride
boolean
Filter by whether invoice segregation override is enabled.
Coworker_InvoiceSegregateContracts
boolean
Filter by whether invoice segregate contracts is enabled.
Coworker_InvoiceSegregateBookings
boolean
Filter by whether invoice segregate bookings is enabled.
Coworker_InvoiceSegregateProducts
boolean
Filter by whether invoice segregate products is enabled.
Coworker_InvoiceSegregateTimePasses
boolean
Filter by whether invoice segregate time passes is enabled.
Coworker_InvoiceSegregateTickets
boolean
Filter by whether invoice segregate tickets is enabled.
Coworker_IsDefaultProfile
boolean
Filter by whether is default profile is enabled.
Coworker_InvoiceSegregateCharges
boolean
Filter by whether invoice segregate charges is enabled.
Coworker_BrivoUserId
integer
Filter by iD of the brivo user associated with this record.
Coworker_EzeepPrintingEnabled
boolean
Filter by whether ezeep printing enabled is enabled.
Coworker_ChurnProbability
number
Filter by the churn probability value for this coworker.
Coworker_EngagementLevel
string
Filter by the engagement level value for this coworker.
Coworker_InvoiceDueDateDay
integer
Filter by the invoice due date day value for this coworker.
Coworker_MondayAttendance
integer
Filter by monday attendance.
Coworker_TuesdayAttendance
integer
Filter by tuesday attendance.
Coworker_WednesdayAttendance
integer
Filter by wednesday attendance.
Coworker_ThursdayAttendance
integer
Filter by thursday attendance.
Coworker_FridayAttendance
integer
Filter by friday attendance.
Coworker_SaturdayAttendance
integer
Filter by saturday attendance.
Coworker_SundayAttendance
integer
Filter by sunday attendance.
Coworker_Longitude
number
Filter by gPS longitude coordinate.
Coworker_Latitude
number
Filter by gPS latitude coordinate.
Coworker_BillingLongitude
number
Filter by billing longitude.
Coworker_BillingLatitude
number
Filter by billing latitude.
Coworker_Archived
boolean
Filter by whether this coworker is archived and hidden from active lists.

Range Filters

from_Coworker_DateOfBirth
string
Filter by date of birth greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_Coworker_DateOfBirth
string
Filter by date of birth less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_Coworker_TaxRate
number
Filter by tax rate greater than or equal to this value.
to_Coworker_TaxRate
number
Filter by tax rate less than or equal to this value.
from_Coworker_LastOverDueInvoiceReminder
string
Filter by date/time value for last over due invoice reminder greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_Coworker_LastOverDueInvoiceReminder
string
Filter by date/time value for last over due invoice reminder less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_Coworker_LastLowCreditReminder
string
Filter by date/time value for last low credit reminder greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_Coworker_LastLowCreditReminder
string
Filter by date/time value for last low credit reminder less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_Coworker_CheckinSinceLastRenewal
integer
Filter by check-ins since last renewal greater than or equal to this value.
to_Coworker_CheckinSinceLastRenewal
integer
Filter by check-ins since last renewal less than or equal to this value.
from_Coworker_MinutesSinceLastRenewal
integer
Filter by minutes since last renewal greater than or equal to this value.
to_Coworker_MinutesSinceLastRenewal
integer
Filter by minutes since last renewal less than or equal to this value.
from_Coworker_UserLastAccess
string
Filter by date/time value for user last access greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_Coworker_UserLastAccess
string
Filter by date/time value for user last access less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_Coworker_NextAutoInvoice
string
Filter by next auto invoice date greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_Coworker_NextAutoInvoice
string
Filter by next auto invoice date less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_Coworker_InvoiceDueDatePeriod
integer
Filter by invoice due date period greater than or equal to this value.
to_Coworker_InvoiceDueDatePeriod
integer
Filter by invoice due date period less than or equal to this value.
from_Coworker_RegistrationDate
string
Filter by registration date greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_Coworker_RegistrationDate
string
Filter by registration date less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_Coworker_LastRenewal
string
Filter by date/time value for last renewal greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_Coworker_LastRenewal
string
Filter by date/time value for last renewal less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_Coworker_LastInvoiceAttempt
string
Filter by date/time value for last invoice attempt greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_Coworker_LastInvoiceAttempt
string
Filter by date/time value for last invoice attempt less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_Coworker_NextInvoiceLocal
string
Filter by date/time value for next invoice local greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_Coworker_NextInvoiceLocal
string
Filter by date/time value for next invoice local less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_Coworker_NextAutoInvoiceLocal
string
Filter by date/time value for next auto invoice local greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_Coworker_NextAutoInvoiceLocal
string
Filter by date/time value for next auto invoice local less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_Coworker_RegistrationDateLocal
string
Filter by date/time value for registration date local greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_Coworker_RegistrationDateLocal
string
Filter by date/time value for registration date local less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_Coworker_AccessControlDebounceTime
string
Filter by date/time value for access control debounce time greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_Coworker_AccessControlDebounceTime
string
Filter by date/time value for access control debounce time less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_Coworker_BillingDay
integer
Filter by billing day. Used with TariffId to fix the billing day (defaults to current day or the plan’s default billing day) greater than or equal to this value.
to_Coworker_BillingDay
integer
Filter by billing day. Used with TariffId to fix the billing day (defaults to current day or the plan’s default billing day) less than or equal to this value.
from_Coworker_TariffId
integer
Filter by plan ID. Creates a new contract for this plan at the same time as the customer. Combine with BillingDay and RenewalDate greater than or equal to this value.
to_Coworker_TariffId
integer
Filter by plan ID. Creates a new contract for this plan at the same time as the customer. Combine with BillingDay and RenewalDate less than or equal to this value.
from_Coworker_TariffInvoiceEvery
integer
Filter by tariff invoice every N months greater than or equal to this value.
to_Coworker_TariffInvoiceEvery
integer
Filter by tariff invoice every N months less than or equal to this value.
from_Coworker_TariffInvoiceEveryWeeks
integer
Filter by tariff invoice every N weeks greater than or equal to this value.
to_Coworker_TariffInvoiceEveryWeeks
integer
Filter by tariff invoice every N weeks less than or equal to this value.
from_Coworker_RenewalDate
string
Filter by renewal date. Used with TariffId as the date when the plan starts and will be invoiced first greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_Coworker_RenewalDate
string
Filter by renewal date. Used with TariffId as the date when the plan starts and will be invoiced first less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_Coworker_TeamId
integer
Filter by iD of the team associated with this record greater than or equal to this value.
to_Coworker_TeamId
integer
Filter by iD of the team associated with this record less than or equal to this value.
from_Coworker_BrivoUserId
integer
Filter by iD of the brivo user associated with this record greater than or equal to this value.
to_Coworker_BrivoUserId
integer
Filter by iD of the brivo user associated with this record less than or equal to this value.
from_Coworker_ChurnProbability
number
Filter by the churn probability value for this coworker greater than or equal to this value.
to_Coworker_ChurnProbability
number
Filter by the churn probability value for this coworker less than or equal to this value.
from_Coworker_InvoiceDueDateDay
integer
Filter by the invoice due date day value for this coworker greater than or equal to this value.
to_Coworker_InvoiceDueDateDay
integer
Filter by the invoice due date day value for this coworker less than or equal to this value.
from_Coworker_Longitude
number
Filter by gPS longitude coordinate greater than or equal to this value.
to_Coworker_Longitude
number
Filter by gPS longitude coordinate less than or equal to this value.
from_Coworker_Latitude
number
Filter by gPS latitude coordinate greater than or equal to this value.
to_Coworker_Latitude
number
Filter by gPS latitude coordinate less than or equal to this value.
from_Coworker_BillingLongitude
number
Filter by billing longitude greater than or equal to this value.
to_Coworker_BillingLongitude
number
Filter by billing longitude less than or equal to this value.
from_Coworker_BillingLatitude
number
Filter by billing latitude greater than or equal to this value.
to_Coworker_BillingLatitude
number
Filter by billing latitude less than or equal to this value.
from_Coworker_CreatedOn
string
Filter records created on or after this date. Format: YYYY-MM-DDTHH:mm.
to_Coworker_CreatedOn
string
Filter records created on or before this date. Format: YYYY-MM-DDTHH:mm.
from_Coworker_UpdatedOn
string
Filter records updated on or after this date. Format: YYYY-MM-DDTHH:mm.
to_Coworker_UpdatedOn
string
Filter records updated on or before this date. Format: YYYY-MM-DDTHH:mm.

Code Examples

Simple listing

curl -X GET \
  "https://spaces.nexudus.com/api/spaces/coworkers?page=1&size=15&orderBy=FullName&dir=0" \
  -H "Authorization: Bearer YOUR_TOKEN"

Filtering by FullName

curl -X GET \
  "https://spaces.nexudus.com/api/spaces/coworkers?Coworker_FullName=example-value&orderBy=FullName&dir=0" \
  -H "Authorization: Bearer YOUR_TOKEN"

Range filters

curl -X GET \
  "https://spaces.nexudus.com/api/spaces/coworkers?from_Coworker_UpdatedOn=2025-01-01T00:00&to_Coworker_UpdatedOn=2025-12-31T23:59&orderBy=UpdatedOn&dir=0" \
  -H "Authorization: Bearer YOUR_TOKEN"

Response

200

Records
Coworker[]
The list of Coworker records matching the query. See the Get one Coworker endpoint for the full list of properties returned for each record.
Partial records — The listing endpoint returns a summary representation of each Coworker. The following fields are not populated in the Records[] response: CoworkerType, Gender, CreateUser, Address, PostCode, CityName, State, MobilePhone, LandLine, NickName, BusinessArea, Position, CompanyName, ProfileWebsite, ProfileTags, ProfileSummary, Twitter, Facebook, Google, Telegram, Linkedin, Skype, Github, Pinterest, Flickr, Instagram, Vimeo, Tumblr, Blogger, ProfileIsPublic, BillingEmail, BillingAddress, BillingPostCode, BillingCityName, BillingState, BillingCountryId, TaxRateType, TaxRate, TaxIDNumber, BankName, BankAccount, BankBranch, NotifyOnNewInvoice, NotifyOnNewPayment, NotifyOnFailedPayment, ShowPayingMemberInvoices, EnableGoCardlessPayments, UseGoCardlessProPayments, GoCardlessContractNumber, StripeBacsDDPaymentMethodId, StripeBacsDDMandateId, StripeBacsDDEnabled, RegularPaymentProvider, RegularPaymentContractNumber, DoNotProcessInvoicesAutomatically, AllowNetworkCheckin, AccessPincode, KeyFobNumber, NotifyOnDelivery, EzeepUserId, EzeepFreePrinting, EzeepBlueUserId, EzeepBlueFreePrinting, EzeepBluePrintingEnabled, PaperCutPayAsYouPrint, PaperCutUserId, Notes, Custom1, Custom2, Custom3, Custom4, Custom5, Custom6, Custom7, Custom8, Custom9, Custom10, Custom11, Custom12, Custom13, Custom14, Custom15, Custom16, Custom17, Custom18, Custom19, Custom20, Custom21, Custom22, Custom23, Custom24, Custom25, Custom26, Custom27, Custom28, Custom29, Custom30, PurchaseOrder, NotifyOnDeliveriesEmail, AccessControlErrorNotificationSent, SyncToPaperCutDue, InvoiceSegregationOverride, InvoiceSegregateContracts, InvoiceSegregateBookings, InvoiceSegregateProducts, InvoiceSegregateTimePasses, InvoiceSegregateTickets, IsDefaultProfile, InvoiceSegregateCharges, EzeepPrintingEnabled, InvoiceDueDateDay.To get all fields, fetch the full record using the Get one Coworker endpoint.Important for updates: When updating a record via PUT, always retrieve the full record with a GET request first, apply your changes to that complete data, and then send the updated record. Do not use data from a listing response as the base for a PUT request, as missing fields may be unintentionally cleared.
CurrentPage
integer
Current page number.
CurrentPageSize
integer
Number of records per page.
CurrentOrderField
string
The field used for sorting.
CurrentSortDirection
integer
The sort direction (0 = ascending, 1 = descending).
FirstItem
integer
Index of the first item on the current page.
LastItem
integer
Index of the last item on the current page.
TotalItems
integer
Total number of matching records across all pages.
TotalPages
integer
Total number of pages.
HasNextPage
boolean
Whether there is a next page of results.
HasPreviousPage
boolean
Whether there is a previous page of results.
Example Response
{
  "Records": [
    {
      "Businesses": [],
      "Teams": [],
      "FullName": "",
      "Salutation": null,
      "Email": "",
      "AvatarFileName": null,
      "NewAvatarUrl": null,
      "ClearAvatarFile": null,
      "BannerImageFileName": null,
      "NewBannerImageUrl": null,
      "ClearBannerImageFile": null,
      "CountryId": 0,
      "SimpleTimeZoneId": 0,
      "DateOfBirth": null,
      "InvoicingBusinessId": null,
      "InvoicingBusinessName": null,
      "BillingName": null,
      "BillingSimpleTimeZoneId": null,
      "StripeBacsDDCustomerToken": null,
      "LastOverDueInvoiceReminder": null,
      "LastLowCreditReminder": null,
      "RefererGuid": null,
      "CardNumber": null,
      "CheckinSinceLastRenewal": 0,
      "MinutesSinceLastRenewal": 0,
      "AccessCardId": null,
      "PaperCutFreePrinting": false,
      "CanMakeBookings": false,
      "CanBookForTeam": false,
      "CanPurchaseProducts": false,
      "CanPurchaseEvents": false,
      "CanAccessCommunity": false,
      "ReferenceNumber": null,
      "Tag": null,
      "ShowAlert": false,
      "AlertNote": null,
      "UserId": null,
      "UserFullName": null,
      "UserIsAdmin": null,
      "UserLastAccess": null,
      "UserActive": null,
      "UserReceiveCommunityDigest": null,
      "UserReceiveEveryMessage": null,
      "Active": false,
      "NextAutoInvoice": null,
      "InvoiceDueDatePeriod": null,
      "RegistrationDate": null,
      "GeneralTermsAccepted": false,
      "LastRenewal": null,
      "LastInvoiceAttempt": null,
      "NextInvoiceLocal": null,
      "NextAutoInvoiceLocal": null,
      "RegistrationDateLocal": null,
      "AccessControlDebounceTime": null,
      "Office365AccessToken": null,
      "Office365RefreshToken": null,
      "ZoomAccessToken": null,
      "ZoomRefreshToken": null,
      "ZoomUserId": null,
      "DoordeckPrivateKey": null,
      "DoordeckPublicKey": null,
      "DoordeckUserGuid": null,
      "Office365SubscriptionId": null,
      "SaltoV2AccessToken": null,
      "StripeACHBankToken": null,
      "StripeACHCustomerToken": null,
      "HasAcceptedStripeACHAgreement": false,
      "HasVerifiedStripeACHDeposits": false,
      "SyncToSquare": false,
      "GoogleApiToken": null,
      "GoogleSubscriptionId": null,
      "CoworkerContractIds": null,
      "CoworkerContractTariffNames": null,
      "BillingDay": null,
      "TariffId": null,
      "TariffInvoiceEvery": 0,
      "TariffInvoiceEveryWeeks": 0,
      "RenewalDate": null,
      "TeamName": null,
      "TeamId": null,
      "TeamNames": null,
      "TeamIds": null,
      "CurrentAccessSignature": null,
      "CurrentAccessSignatures": null,
      "BrivoUserId": null,
      "ChurnProbability": null,
      "EngagementLevel": null,
      "MondayAttendance": 0,
      "TuesdayAttendance": 0,
      "WednesdayAttendance": 0,
      "ThursdayAttendance": 0,
      "FridayAttendance": 0,
      "SaturdayAttendance": 0,
      "SundayAttendance": 0,
      "Longitude": null,
      "Latitude": null,
      "BillingLongitude": null,
      "BillingLatitude": null,
      "Archived": false,
      "Id": 87654321,
      "UpdatedOn": "2025-01-15T10:30:00Z",
      "CreatedOn": "2025-01-10T08:00:00Z",
      "UniqueId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "UpdatedBy": "admin@example.com",
      "IsNew": false,
      "SystemId": null,
      "ToStringText": "Coworker Example",
      "LocalizationDetails": null,
      "CustomFields": null
    }
  ],
  "CurrentPageSize": 15,
  "CurrentPage": 1,
  "CurrentOrderField": "FullName",
  "CurrentSortDirection": 1,
  "FirstItem": 1,
  "HasNextPage": false,
  "HasPreviousPage": false,
  "LastItem": 1,
  "PageNumber": 1,
  "PageSize": 15,
  "TotalItems": 1,
  "TotalPages": 1
}