action motaword_get_users { label: "Get a list of platform users" description: "Get a list of platform users" provider: motaword method: GET path: "/users" encoding: json input: { type: "object" properties: { email: { type: "string" } page: { type: "integer" format: "int64" } per_page: { type: "integer" format: "int64" } search: { type: "string" } user_type: { type: "string" enum: ["vendor", "all"] } } additionalProperties: false } output: { type: "object" properties: { meta: { type: "object" properties: { paging: { type: "object" properties: { count: { type: "integer" format: "int64" } links: { type: "object" } page: { type: "integer" format: "int64" } per_page: { type: "integer" format: "int64" } total_count: { type: "integer" format: "int64" } } } } } users: { type: "array" items: { type: "object" properties: { billing: { type: "object" } birthday: { type: "string" format: "date" } can_work_manual_files: { type: "boolean" description: "\\@deprecated. use `vendor` key" } city: { type: "string" description: "\\@deprecated. use mailing or billing key." } client: { type: "object" properties: { corporate: { type: "object" properties: { email: { type: "string" } id: { type: "integer" format: "int64" } logo: { type: "string" } name: { type: "string" } phone_number: { type: "string" } } } nps: { type: "number" format: "float" } subjects: { type: "object" } } } corporate_id: { type: "integer" format: "int64" } country: { type: "string" description: "\\@deprecated. use mailing or billing key." } created_at: { type: "integer" format: "int64" description: "Unix epoch time" } do_not_contact: { type: "boolean" } email: { type: "string" } first_name: { type: "string" } has_pwd: { type: "boolean" } id: { type: "integer" format: "int64" } is_client: { type: "boolean" } is_developer: { type: "boolean" } is_proofreader: { type: "boolean" description: "\\@deprecated. use `vendor` key" } is_prospect: { type: "boolean" } is_sales_person: { type: "boolean" } is_vendor: { type: "boolean" } language_pairs: { type: "array" description: "\\@deprecated. use `vendor` key" items: { type: "object" properties: { source_language: { type: "string" } target_language: { type: "string" } } } } last_name: { type: "string" } last_seen_online_at: { type: "integer" format: "int64" description: "Unix epoch time" } links: { type: "object" } locale: { type: "string" description: "User Locale" } mailing: { type: "object" properties: { city: { type: "string" } country: { type: "string" } phone: { type: "string" } state: { type: "string" } street: { type: "string" } zip: { type: "string" } } } name: { type: "string" } native_language: { type: "string" description: "\\@deprecated. Native language of user" } nps: { type: "number" format: "float" description: "\\@deprecated. use /stats endpoint for the current nps value." } phone_number: { type: "string" } profile_picture_path: { type: "string" } social_media: { type: "object" properties: { facebook_url: { type: "string" } linkedIn_url: { type: "string" } twitter_url: { type: "string" } } } state: { type: "string" description: "\\@deprecated. use mailing or billing key." } status: { type: "string" } street: { type: "string" description: "\\@deprecated. use mailing or billing key." } timezone: { type: "string" } tms_user_name: { type: "string" description: "\\@deprecated. use `vendor` key" } user_groups: { type: "array" items: { type: "object" properties: { corporate_id: { type: "integer" format: "int64" } id: { type: "integer" format: "int64" } name: { type: "string" } permissions: { type: "array" items: { type: "string" } } } } } vendor: { type: "object" properties: { can_work_manual_files: { type: "boolean" } email_open_rate: { type: "number" format: "float" } is_frozen: { type: "boolean" } is_proofreader: { type: "boolean" } language_pairs: { type: "array" items: { type: "object" additionalProperties: true } } native_language: { type: "string" description: "Native language of user" } pam_tqs: { type: "number" format: "float" } paypal_email: { type: "string" } profile_survey: { type: "object" properties: { current_services: { type: "string" } daily_proofreading_capacity: { type: "string" } daily_translation_capacity: { type: "string" } dtp_software: { type: "string" } experience: { type: "string" } is_certified_translator: { type: "string" } is_sworn_translator: { type: "string" } memoq: { type: "string" } memsource: { type: "string" } omegat: { type: "string" } proofreader_experience: { type: "string" } provides_creative_writing_service: { type: "string" } provides_postedit_service: { type: "string" } reference: { type: "string" } sdl_trados: { type: "string" } skype_id: { type: "string" } smartcat: { type: "string" } smartling: { type: "string" } software: { type: "string" } specialization: { type: "string" } subtitle_edit: { type: "string" } subtitle_workshop: { type: "string" } translator_association: { type: "string" } transsuite_2000: { type: "string" } vendor_profile_lsp: { type: "string" } wordbee: { type: "string" } wordfast: { type: "string" } work_type: { type: "string" } work_with: { type: "string" } working_as: { type: "string" } working_timezone: { type: "string" } xbench: { type: "string" } xtm: { type: "string" } } } require_1099: { type: "boolean" } tags: { type: "array" items: { type: "string" } } tms_user_name: { type: "string" } vendor_type: { type: "string" } } } zip_code: { type: "string" description: "\\@deprecated. use mailing or billing key. new key name is \"zip\"." } } } } } } }