You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: version/release-candidate/index.html
+58-2Lines changed: 58 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -227,6 +227,7 @@
227
227
228
228
229
229
230
+
230
231
231
232
232
233
<h1 id="introduction">Introduction</h1>
@@ -17026,6 +17027,9 @@ <h3 id="create-a-role">Create a role</h3>
17026
17027
17027
17028
<p>If the associated user is valid but does not exist in Cloud Controller’s database, a user resource will be created automatically.</p>
17028
17029
17030
+
<p>If CAPI property <code class="prettyprint">cc.allow_user_creation_by_org_manager</code> is enabled, the organization role is being created by username + origin and the user does not exist in UAA yet, the user will be created.
17031
+
The origin must be different from <code class="prettyprint">uaa</code> in this case.</p>
@@ -32101,7 +32105,12 @@ <h3 id="create-a-user">Create a user</h3>
32101
32105
Controller database.</p>
32102
32106
32103
32107
<p>Generally, the GUID should match the GUID of an already-created user in the
32104
-
UAA database, though this is not required.</p>
32108
+
UAA database, though this is not required.
32109
+
Creating a user by guid is only permitted by admins.</p>
32110
+
32111
+
<p>If CAPI property <code class="prettyprint">cc.allow_user_creation_by_org_manager</code> is enabled, a UAA user will be automatically created if it does not exist yet.
32112
+
The UAA user will be only created when <code class="prettyprint">username</code> and <code class="prettyprint">origin</code> have been provided instead of a guid. Additionally <code class="prettyprint">origin</code> must be different from <code class="prettyprint">uaa</code>.
32113
+
Admins and OrgManagers can make use of the UAA user creation.</p>
<td>Unique identifier for the user. For UAA users this will match the user ID of an existing UAA user’s GUID; in the case of UAA clients, this will match the UAA client ID</td>
32153
32193
</tr>
32154
32194
<tr>
32195
+
<td><strong>username</strong></td>
32196
+
<td><em>string</em></td>
32197
+
<td>Username of the user to be created. This can only be provided together with <code class="prettyprint">origin</code>.</td>
32198
+
</tr>
32199
+
<tr>
32200
+
<td><strong>origin</strong></td>
32201
+
<td><em>string</em></td>
32202
+
<td>Origin of the user to be created. This can only be provided together with <code class="prettyprint">username</code> and cannot be <code class="prettyprint">uaa</code>.</td>
<td>can only create users by <code class="prettyprint">username</code> and <code class="prettyprint">origin</code> and when CAPI property <code class="prettyprint">cc.allow_user_creation_by_org_manager</code> is enabled</td>
0 commit comments