User

user

list FacilityParty

get
Authorizations
Path parameters
partyIdstringRequired
Query parameters
pageIndexnumber · int32Optional

Page number to return, starting with zero

pageSizenumber · int32Optional

Number of records per page (default 100)

orderByFieldstringOptional

Field name to order by (or comma separated names)

pageNoLimitstringOptional

If true don't limit page size (no pagination)

dependentLevelsnumber · int32Optional

Levels of dependent child records to include

facilityIdstringOptional
roleTypeIdstringOptional
fromDatestring · date-timeOptional
thruDatestring · date-timeOptional
lastUpdatedStampstring · date-timeOptional
Responses
200
Success
application/json
get
GET /rest/s1/inventory-cycle-count/user/{partyId}/facilities HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
[
  {
    "_entity": "org.apache.ofbiz.product.facility.FacilityParty",
    "facilityId": "text",
    "partyId": "text",
    "roleTypeId": "text",
    "fromDate": "2025-07-12T00:04:00.167Z",
    "thruDate": "2025-07-12T00:04:00.167Z",
    "lastUpdatedStamp": "2025-07-12T00:04:00.167Z"
  }
]

get UserProfile

get
Authorizations
Responses
200
Success
application/json
get
GET /rest/s1/inventory-cycle-count/user/profile HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
{
  "userId": "text",
  "username": "text",
  "userFullName": "text",
  "timeZone": "text",
  "locale": "text",
  "emailAddress": "text",
  "preferences": {
    "userId": "text",
    "preferenceKey": "text",
    "preferenceValue": "text",
    "lastUpdatedStamp": "2025-07-12T00:04:00.167Z"
  },
  "partyId": "text"
}

Was this helpful?