Query Users by IdentifiersAsk AIpost https://iris.trackunit.com/api/organization/v1/users/queryGet a list of users knowing their identifiers.Query Paramspagestring≥ 0Zero-based page index (0..N)sizestring≥ 1The size of the page to be returnedsortarray of stringsSort order: property (ascending by default), +property (ascending), -property (descending). Sort properties: id, name, username, emailsortADD stringBody ParamsuserIdsarray of uuidsuserIdsADD uuidHeadersacceptstringenumDefaults to application/jsonGenerated from available response content types*/*application/jsonAllowed:*/*application/jsonResponses 200A list of users. 400Bad request 401Invalid or missing bearer token in Authorization header 403User not allowed to make this request 404Resource not found 500Internal server errorUpdated 6 months ago