User Companies

Users belonging to any of the given companies. Unscoped — any authenticated caller may query any company's users. notAdmin=true additionally excludes Retraced-staff roles and projects email.

get/api/user-companies/list-by-company-ids

Query parameters

companyIdsstring required
boolean
OR
string

Response

Default Response

idstring required
firstNamestring nullable required
lastNamestring nullable required
companyIdstring required
isBlockednumber required
developmentTagstring nullable required
hasAgreedWithTermsboolean required
{"stackTrail":"paths:/api/user-companies/list-by-company-ids:get:responses:200:content:application/json:schema:items:properties:emailPreferences","oasType":"schema","type":"unknown","nullable":true}
emailstring

Changes

Changed in 2 of the 23 revisions of this API.54

  • 97e51f27dc7744See the full diff
    • the response property items/developmentTag became nullable for the status 200

      response-property-became-nullable

    • the response property items/emailPreferences became nullable for the status 200

      response-property-became-nullable

    • the response property items/firstName became nullable for the status 200

      response-property-became-nullable

    • the response property items/lastName became nullable for the status 200

      response-property-became-nullable

    • removed subschema #1 subschema #2 from the items/emailPreferences response property anyOf list for the response status 200

      response-property-any-of-removed

    • response property items/developmentTag list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property items/firstName list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property items/lastName list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • the items/hasAgreedWithTerms response's property type/format changed from number/ to boolean/ for status 200

      response-property-type-changed

Of the 23 revisions, 1 has no diff computed.