<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>I would consider this a bug. The same item should have the same
name anywhere it's used. The one currently getting returned in
the responses (real_name) should be the one we keep, because we
can make both work for create/update, but you can only have one
for the response, and changing it will break people that are using
it already.</p>
<p><br>
</p>
<p>I filed <a class="moz-txt-link-freetext" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1951920">https://bugzilla.mozilla.org/show_bug.cgi?id=1951920</a><br>
</p>
<p><br>
</p>
<div class="moz-cite-prefix">On 3/5/25 12:35 AM, Carlo Barrientos
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:MW4PR15MB45564D1B7B42EF708C1998D2D2CB2@MW4PR15MB4556.namprd15.prod.outlook.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css" style="display:none;">P {margin-top:0;margin-bottom:0;}</style>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; margin-top: 0px; margin-bottom: 24px; margin-left: 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
In the 5.2 REST API Get User, the JSON response uses key
"real_name" (which shows up in the Administrators -> Users
GUI in a column named "Real Name") </div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; margin-top: 0px; margin-bottom: 24px; margin-left: 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
But if "real_name" is used in JSON data for the REST API Create
User , the Create User ignores the "real_name" because it
requires "full_name" to populate the "Real Name" column in the
Administrator -> Users search output;</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; margin-top: 0px; margin-bottom: 24px; margin-left: 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
Is that intentional? Because it makes copying a user from one
bugzilla to another more difficult using the API because you
have to map full_name to real_name depending on which User API
you are using.</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; margin-top: 0px; margin-bottom: 24px; margin-left: 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
At the very least,<b> the documentation should have a note about
the different JSON keys for the same thing.</b></div>
<ul
data-editing-info="{"applyListStyleFromLevel":false,"unorderedStyleType":3}"
style="text-align: left; flex-direction: column; display: flex;">
<li
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0); align-self: start; margin-left: 40px; list-style-type: "∎ ";">
<div class="elementToProof"
style="text-align: left; text-indent: 0px; margin-top: 0px; margin-bottom: 24px;">
<b>Carlo</b></div>
</li>
</ul>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; margin-top: 0px; margin-bottom: 24px; margin-left: 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt;">
<span style="color: rgb(0, 0, 0); font-weight: 700;">6.1.13.4. Create
User</span><span
style="color: rgb(155, 89, 182); font-weight: 700;"><a
href="https://bugzilla.readthedocs.io/en/5.2/api/core/v1/user.html#create-user"
id="OWA6966d3ee-6cff-8ed6-9256-be97ab280362"
class="headerlink OWAAutoLink"
title="Permalink to this heading"
style="color: rgb(155, 89, 182); display: inline-block; margin-left: 0.5em;"
moz-do-not-send="true"></a></span></div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: 24px; margin: 0px 40px 24px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
Creates a user account directly in Bugzilla, password and all.
Instead of this, you should use Offer Account by Email when
possible because that makes sure that the email address
specified can actually receive an email. This function does not
check that. You must be authenticated and be in the <i>editusers</i> group
to perform this action.</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: 24px; margin: 0px 40px 24px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<b>Request</b></div>
<div
style="margin: 1px 40px 24px; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229);">
<pre style="margin: 0px; padding: 12px; display: block;"><div
class="elementToProof"
style="text-align: left; line-height: 1.4; white-space: normal; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">POST /rest/user
</div></pre>
</div>
<div
style="margin: 1px 40px 24px; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229);">
<pre style="margin: 0px; padding: 12px; display: block;"><div
class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: 1.4; white-space: normal; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">{
"email" : <a class="moz-txt-link-rfc2396E" href="mailto:user@bugzilla.org">"user@bugzilla.org"</a>,
"<span style="color: rgb(237, 92, 87);"><b>full_name</b></span>" : "Test User",
"password" : "K16ldRr922I1"
}
</div></pre>
</div>
<div
style="margin-right: 40px; margin-bottom: 24px; margin-left: 40px; max-width: 100%;">
<table class="elementToProof"
style="text-align: left; text-indent: 0px; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); margin-bottom: 24px; box-sizing: border-box; border-collapse: collapse; border-spacing: 0px;">
<tbody>
<tr>
<th
style="width: 93.4766px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); padding: 8px 16px; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: normal;">name</span></div>
</th>
<th
style="width: 67.5312px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); padding: 8px 16px; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: normal;">type</span></div>
</th>
<th
style="width: 377.133px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); padding: 8px 16px; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: normal;">description</span></div>
</th>
</tr>
<tr>
<td
style="width: 93.4766px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
email</div>
</td>
<td
style="width: 67.5312px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
string</div>
</td>
<td
style="width: 377.133px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
The email address for the new user.</div>
</td>
</tr>
<tr>
<td
style="width: 93.4766px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(237, 92, 87);">
full_name</div>
</td>
<td
style="width: 67.5312px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
string</div>
</td>
<td
style="width: 377.133px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
The user’s full name. Will be set to empty if not
specified.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; margin: 0px 40px 24px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt;">
<span style="color: rgb(0, 0, 0); font-weight: 700;">6.1.13.6. Get
User</span><span
style="color: rgb(155, 89, 182); font-weight: 700;"><a
href="https://bugzilla.readthedocs.io/en/5.2/api/core/v1/user.html#get-user"
id="OWAb459c23e-6181-51f9-eeb4-d804fff9dc93"
class="headerlink OWAAutoLink"
title="Permalink to this heading"
style="color: rgb(155, 89, 182); display: inline-block; margin-left: 0.5em;"
moz-do-not-send="true"></a></span></div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: 24px; margin: 0px 40px 24px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">Gets information about user
accounts in Bugzilla.</span></div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: 24px; margin: 0px 40px 24px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">Request</span></div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: 24px; margin: 0px 40px 24px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">To get information about a
single user in Bugzilla:</span></div>
<div
style="margin: 1px 40px 24px; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229);">
<pre style="margin: 0px; padding: 12px; display: block;"><div
class="elementToProof"
style="text-align: left; line-height: 1.4; white-space: normal; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);"><span
style="font-weight: 700;">GET /rest/user/(id_or_name)
</span></div></pre>
</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: 24px; margin: 0px 40px 24px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">GET /rest/user?match=foo </span></div>
<div class="elementToProof"
style="margin: 1px 40px 24px; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); font-size: 10pt; color: rgb(0, 0, 0);">
<span
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-weight: 700;">To
get user by using an integer ID value or by using
</span><span
style="font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace; font-weight: 700;"><code
style="font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;">match</code></span><span
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-weight: 700;">,
you must be authenticated.</span></div>
<div
style="margin-right: 40px; margin-bottom: 24px; margin-left: 40px; max-width: 100%;">
<table class="elementToProof" id="table_1"
style="text-align: left; text-indent: 0px; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); margin-bottom: 24px; box-sizing: border-box; border-collapse: collapse; border-spacing: 0px;">
<tbody>
<tr>
<th
style="width: 136.969px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); padding: 8px 16px; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">name</span></div>
</th>
<th
style="width: 82.5391px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); padding: 8px 16px; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">type</span></div>
</th>
<th
style="width: 1861.48px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); padding: 8px 16px; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">description</span></div>
</th>
</tr>
<tr>
<td
style="width: 136.969px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">id_or_name</span></div>
</td>
<td
style="width: 82.5391px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">mixed</span></div>
</td>
<td
style="width: 1861.48px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">An integer user ID or
login name of the user.</span></div>
</td>
</tr>
<tr>
<td
style="width: 136.969px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">ids</span></div>
</td>
<td
style="width: 82.5391px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">array</span></div>
</td>
<td
style="width: 1861.48px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">Integer user IDs.
Logged=out users cannot pass this parameter to this
function. If they try, they will get an error.
Logged=in users will get an error if they specify
the ID of a user they cannot see.</span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: 24px; margin: 0px 40px 24px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">Response</span></div>
<ul
style="text-align: left; margin: 0px 0px 24px; padding-left: 0px; list-style-position: outside; list-style-type: initial;">
<ul style="list-style-type: circle;">
<li
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; font-weight: 700; color: rgb(0, 0, 0); margin-left: 24px; list-style-position: outside; list-style-type: initial;">
<div style="line-height: 24px; margin: 0px;">users: (array)
Each object describes a user and has the following items:</div>
</li>
</ul>
</ul>
<div
style="margin-right: 40px; margin-bottom: 24px; margin-left: 40px; max-width: 100%;">
<table class="elementToProof" id="table_2"
style="text-align: left; text-indent: 0px; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); margin-bottom: 24px; box-sizing: border-box; border-collapse: collapse; border-spacing: 0px;">
<tbody>
<tr>
<th
style="width: 96.9609px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); padding: 8px 16px; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">name</span></div>
</th>
<th
style="width: 67.5312px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); padding: 8px 16px; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">type</span></div>
</th>
<th
style="width: 760.07px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); padding: 8px 16px; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">description</span></div>
</th>
</tr>
<tr>
<td
style="width: 96.9609px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">id</span></div>
</td>
<td
style="width: 67.5312px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">int</span></div>
</td>
<td
style="width: 760.07px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">The unique integer ID
that Bugzilla uses to represent this user. Even if
the user’s login name changes, this will not change.</span></div>
</td>
</tr>
<tr>
<td
style="width: 96.9609px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(237, 92, 87);">
<span style="font-weight: 700;">real_name</span></div>
</td>
<td
style="width: 67.5312px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">string</span></div>
</td>
<td
style="width: 760.07px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">The actual name of the
user. May be blank.</span></div>
</td>
</tr>
<tr>
<td
style="width: 96.9609px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">email</span></div>
</td>
<td
style="width: 67.5312px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">string</span></div>
</td>
<td
style="width: 760.07px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">The email address of
the user.</span></div>
</td>
</tr>
<tr>
<td
style="width: 96.9609px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">name</span></div>
</td>
<td
style="width: 67.5312px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">string</span></div>
</td>
<td
style="width: 760.07px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">The login name of the
user. Note that in some situations this is different</span></div>
</td>
</tr>
</tbody>
</table>
</div>
<blockquote
style="margin-left: 0.8ex; padding-left: 1ex; border-left: 3px solid rgb(200, 200, 200);">
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: normal; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; font-weight: 700; color: rgb(0, 0, 0);">
{"users":[</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: normal; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; font-weight: 700; color: rgb(0, 0, 0);">
{"name":<a class="moz-txt-link-rfc2396E" href="mailto:carlobme@icloud.com">"carlobme@icloud.com"</a>,</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: normal; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; font-weight: 700; color: rgb(0, 0, 0);">
"id":3,</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: normal; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; font-weight: 700; color: rgb(0, 0, 0);">
"<span style="color: rgb(237, 92, 87);"><b>real_name</b></span>":"Carlo
iCloud",</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: normal; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; font-weight: 700; color: rgb(0, 0, 0);">
"groups":[{"name":"bz_canusewhines","description":"User
can configure whine reports for
self","id":11},{"name":"editbugs","description":"Can edit all
bug fields","id":8}],</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: normal; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; font-weight: 700; color: rgb(0, 0, 0);">
"can_login":true,</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: normal; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; font-weight: 700; color: rgb(0, 0, 0);">
"email_enabled":true,</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: normal; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; font-weight: 700; color: rgb(0, 0, 0);">
"login_denied_text":"",</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: normal; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; font-weight: 700; color: rgb(0, 0, 0);">
"email":<a class="moz-txt-link-rfc2396E" href="mailto:carlobme@icloud.com">"carlobme@icloud.com"</a></div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: normal; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; font-weight: 700; color: rgb(0, 0, 0);">
}</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: normal; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; font-weight: 700; color: rgb(0, 0, 0);">
]</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: normal; margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; font-weight: 700; color: rgb(0, 0, 0);">
}</div>
</blockquote>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; margin-top: 0px; margin-bottom: 24px; margin-left: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt;">
<span style="color: rgb(0, 0, 0); font-weight: 700;"> 6.1.13.5. Update
User</span><span style="color: rgb(155, 89, 182);"><a
href="https://bugzilla.readthedocs.io/en/5.2/api/core/v1/user.html#update-user"
id="OWA890affff-19cb-59da-dbda-273381dbdf13"
class="headerlink OWAAutoLink"
title="Permalink to this heading"
style="color: rgb(155, 89, 182); display: inline-block; margin-left: 0.5em;"
moz-do-not-send="true"></a></span></div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: 24px; margin: 0px 0px 24px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
Updates an existing user account in Bugzilla. You must be
authenticated and be in the
<i>editusers</i>group to perform this action.</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: 24px; margin: 0px 0px 24px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">Request</span></div>
<div
style="margin: 1px 0px 24px; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229);">
<pre style="margin: 0px; padding: 12px; display: block;"><div
class="elementToProof"
style="text-align: left; line-height: 1.4; white-space: normal; margin-left: 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">PUT /rest/user/(id_or_name)
</div></pre>
</div>
<div class="elementToProof"
style="text-align: left; text-indent: 0px; line-height: 24px; margin: 0px 0px 24px 40px; font-size: 10pt; color: rgb(0, 0, 0);">
<span
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif;">You
can edit a single user by passing the ID or login name of the
user in the URL. To edit more than one user, you can specify
addition IDs or login names using the </span><span
style="font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;"><code
style="font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;">ids</code></span><span
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif;"> or
</span><span
style="font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;"><code
style="font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;">names</code></span><span
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif;"> parameters
respectively.</span></div>
<div style="margin-bottom: 24px; max-width: 100%;">
<table class="elementToProof" id="table_0"
style="text-align: left; text-indent: 0px; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); margin-bottom: 24px; box-sizing: border-box; border-collapse: collapse; border-spacing: 0px;">
<tbody>
<tr>
<th
style="width: 117.68px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); padding: 8px 16px; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">name</span></div>
</th>
<th
style="width: 74.6875px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); padding: 8px 16px; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">type</span></div>
</th>
<th
style="width: 389.391px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-width: 1px; border-style: solid; border-color: rgb(225, 228, 229); padding: 8px 16px; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">description</span></div>
</th>
</tr>
<tr>
<td
style="width: 117.68px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">id_or_name</span></div>
</td>
<td
style="width: 74.6875px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
mixed</div>
</td>
<td
style="width: 389.391px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
Either the ID or the login name of the user to update.</div>
</td>
</tr>
<tr>
<td
style="width: 117.68px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">ids</span></div>
</td>
<td
style="width: 74.6875px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
array</div>
</td>
<td
style="width: 389.391px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
Additional IDs of users to update.</div>
</td>
</tr>
<tr>
<td
style="width: 117.68px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
<span style="font-weight: 700;">names</span></div>
</td>
<td
style="width: 74.6875px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
array</div>
</td>
<td
style="width: 389.391px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); background-color: rgb(243, 246, 246); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
Additional login names of users to update.</div>
</td>
</tr>
<tr>
<td
style="width: 117.68px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(237, 92, 87);">
full_name</div>
</td>
<td
style="width: 74.6875px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
string</div>
</td>
<td
style="width: 389.391px; height: 33px; text-align: left; text-indent: 0px; white-space: nowrap; border-bottom: 1px solid rgb(225, 228, 229); border-left: 1px solid rgb(225, 228, 229); padding: 8px 16px; vertical-align: middle; box-sizing: border-box;">
<div
style="text-align: left; text-indent: 0px; line-height: 1rem; white-space: nowrap; margin: 0px 0px 0px 40px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 10pt; color: rgb(0, 0, 0);">
The new name of the user.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="elementToProof"
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof"
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<br>
<fieldset class="moz-mime-attachment-header"></fieldset>
<pre wrap="" class="moz-quote-pre">_______________________________________________
support-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:support-list@bugzilla.org">support-list@bugzilla.org</a>
<a class="moz-txt-link-freetext" href="https://lists.bugzilla.org/listinfo/support-list">https://lists.bugzilla.org/listinfo/support-list</a>
</pre>
</blockquote>
<div class="moz-signature">-- <br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title></title>
</div>
<div class="moz-signature"
signature-switch-id="b0b24bd1-735c-4a02-9f5d-e2b2e9b4f40d">
<div>
<table style="width: 300px; border-style: none;"
cellpadding="3px" border="0px">
<tbody>
<tr>
<td style="width: 106px;"><img alt="[Bugzilla Logo]"
src="cid:part1.u5wbsCpv.mCkCHrYn@bugzilla.org"
width="100" height="100"></td>
<td>
<div><strong><span style="font-size: 13pt;">Dave Miller</span></strong></div>
<div>Project Leader</div>
<div><strong>Bugzilla Project</strong></div>
<div><a href="https://bugzilla.org/"
rel="nofollow
noopener noreferrer" target="_blank"
class="moz-txt-link-freetext">https://bugzilla.org/</a></div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>