# Bulk write 'Organizationuser' Endpoint: POST /accounts/users/organization/organizationuser/list/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Request fields (application/json): - `detail_access` (integer, required) Enum: 0, 1, 2 - `custom_id` (string,null) - `external_clients` (array) - `external_clients.id` (string) - `ssn_is_coordination_number` (boolean) - `debt_distribution_instruction` (array,null) - `birth_date` (string,null) - `email` (string,null) - `reminder_distribution_instruction` (array,null) - `org_no` (string,null) - `last_name` (string,null) Additional Validation Information: This field, or at least one of the following fields must be set: first_name, corporate_name - `organization` (object,null) - `anonymized` (boolean) - `fmi` (string,null) - `role` (object,null) - `send_out_distribution_instruction` (array,null) - `active_to` (string,null) - `prefer_invoice_view_only` (boolean) - `first_name` (string,null) Additional Validation Information: This field, or at least one of the following fields must be set: last_name, corporate_name - `phone_number` (string,null) - `ssn` (string,null) - `invoice_distribution_instruction` (array,null) - `corporate_name` (string,null) Additional Validation Information: This field, or at least one of the following fields must be set: first_name, last_name - `is_active` (boolean) - `anonymization_name` (string,null) - `profile_picture` (object,null) - `profile_picture.name` (string) wanted filename of the file - `profile_picture.md5_hash` (string) base64 encoded md5hash of the file - `profile_picture.get` (string) - `profile_picture.post` (object) - `profile_picture.post.url` (string) - `profile_picture.post.fields` (object) ## Response 201 fields (application/json): - `detail_access` (integer, required) Enum: 0, 1, 2 - `id` (string, required) Additional Validation Information: Must be unique - `mfa_has_totp` (boolean,null) - `custom_id` (string,null) - `external_clients` (array) - `external_clients.id` (string) - `ssn_is_coordination_number` (boolean) - `debt_distribution_instruction` (array,null) - `birth_date` (string,null) - `email` (string,null) - `email_verified` (boolean) - `reminder_distribution_instruction` (array,null) - `full_name` (any) - `tags` (any) - `org_no` (string,null) - `last_name` (string,null) Additional Validation Information: This field, or at least one of the following fields must be set: first_name, corporate_name - `last_login` (string,null) - `organization` (object,null) - `communication_name` (any) - `anonymized` (boolean) - `fmi` (string,null) - `customer_columns` (any) - `role` (object,null) - `send_out_distribution_instruction` (array,null) - `active_to` (string,null) - `username` (string,null) Additional Validation Information: Must be unique - `prefer_invoice_view_only` (boolean) - `first_name` (string,null) Additional Validation Information: This field, or at least one of the following fields must be set: last_name, corporate_name - `phone_number` (string,null) - `mfa_has_hotp` (boolean,null) - `hotp_invite_sendout_time` (string,null) - `ssn` (string,null) - `invoice_distribution_instruction` (array,null) - `corporate_name` (string,null) Additional Validation Information: This field, or at least one of the following fields must be set: first_name, last_name - `is_active` (boolean) - `created_at` (string) - `anonymization_name` (string,null) - `profile_picture` (object,null) - `profile_picture.name` (string) wanted filename of the file - `profile_picture.md5_hash` (string) base64 encoded md5hash of the file - `profile_picture.get` (string) - `profile_picture.post` (object) - `profile_picture.post.url` (string) - `profile_picture.post.fields` (object) - `phone_number_verified` (boolean) ## Response 401 fields ## Response 403 fields ## Response 429 fields