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: messages/create_agent_user.md
+11-28Lines changed: 11 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,32 @@
1
1
# summary
2
2
3
-
Create an agent user for use with Agentforce.
3
+
Create a default_agent_user for use with Agentforce and agentscript.
4
4
5
5
# description
6
6
7
-
Agent users are specialized user accounts designed to be used as default_agent_user in AgentScript. These users are automatically configured with the Einstein Agent User profile and required Agentforce permission sets.
7
+
Agent users are specialized user accounts designed to be used as default_agent_user in AgentScript. These users are
8
+
automatically configured with the Einstein Agent User profile and required Agentforce permission sets.
8
9
9
10
The command automatically:
10
11
11
12
- Checks that agent user licenses are available in your org
12
-
- Generates a globally unique username (or uses the one you specify)
13
+
- Generates a globally unique username with a GUID for uniqueness
13
14
- Creates the user with the Einstein Agent User profile
Username or alias of the target org where the agent user will be created.
47
41
48
-
# flags.username.summary
49
-
50
-
Username for the agent user. Auto-generated if not specified.
51
-
52
-
# flags.username.description
53
-
54
-
If you specify a username, it must be globally unique across the entire Salesforce universe (all orgs, sandboxes, and scratch orgs). The command will verify the username doesn't already exist before attempting to create the user.
55
-
56
-
If not specified (and no --base-username provided), the command automatically generates a unique username like: agent.user.a1b2c3d4e5f6@your-org-domain.com
57
-
58
-
This flag is mutually exclusive with --base-username.
59
-
60
42
# flags.base-username.summary
61
43
62
44
Base username pattern. A GUID will be appended to ensure global uniqueness.
63
45
64
46
# flags.base-username.description
65
47
66
-
Specify a base username in email format (e.g., service-agent@corp.com). The command will append a 12-character GUID to ensure the username is globally unique across all Salesforce orgs and sandboxes.
48
+
Specify a base username in email format (e.g., service-agent@corp.com). The command will append a 12-character GUID to
49
+
ensure the username is globally unique across all Salesforce orgs and sandboxes.
This flag is mutually exclusive with --username. If neither --username nor --base-username is specified, the command auto-generates: agent.user.<GUID>@your-org-domain.com
53
+
If not specified, the command auto-generates: agent.user.<GUID>@your-org-domain.com
0 commit comments