We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b47f19 commit e4d5cbfCopy full SHA for e4d5cbf
Script Includes/SCIM Payload Generator/GenerateSCIMPayload.js
@@ -10,7 +10,7 @@ GenerateSCIMPayload.prototype = {
10
for (var i = 0; i < length; i++) {
11
result += characters.charAt(Math.floor(Math.random() * characters.length));
12
}
13
- return "MB test group " + result;
+ return "test group " + result;
14
},
15
16
// Function to retrieve the groups where the user is a member
0 commit comments