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
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,26 +11,33 @@ By default, this command:
11
11
- Generates a user called "Agent User" with a globally unique username. Use flags to change these default names.
12
12
- Sets the user's email to the new username.
13
13
- Assigns the user the "Einstein Agent User" profile.
14
-
- Assigns the user these required permission sets: AgentforceServiceAgentBase, AgentforceServiceAgentUser, EinsteinGPTPromptTemplateUser
14
+
- Assigns the user these required permission sets: AgentforceServiceAgentBase, AgentforceServiceAgentUser,
15
+
EinsteinGPTPromptTemplateUser
15
16
- Checks that the user licenses required by the profile and permission sets are available in your org.
16
17
17
-
The generated user doesn't have a password. You can’t log into Salesforce using the agent user's username. Only Salesforce users with admin permissions can view or edit an agent user in Setup.
18
+
The generated user doesn't have a password. You can’t log into Salesforce using the agent user's username. Only
19
+
Salesforce users with admin permissions can view or edit an agent user in Setup.
18
20
19
-
To assign additional permission sets or licenses after the user was created, use the "org assign permset" or "org assign permsetlicense" commands.
21
+
To assign additional permission sets or licenses after the user was created, use the "org assign permset" or "org assign
22
+
permsetlicense" commands.
20
23
21
-
When the command completes, it displays a summary of what it did, including the new agent user's username and ID, the available licenses associated with the Einstein Agent User profile, and the profile and permission sets assigned to the agent user.
24
+
When the command completes, it displays a summary of what it did, including the new agent user's username and ID, the
25
+
available licenses associated with the Einstein Agent User profile, and the profile and permission sets assigned to the
26
+
agent user.
22
27
23
28
# examples
24
29
25
30
- Create an agent user with an auto-generated username; create the user in the org with alias "myorg":
- Create an agent user with an auto-generated username but the custom name "Service Agent"; create the user in your default org:
39
+
- Create an agent user with an auto-generated username but the custom name "Service Agent"; create the user in your
40
+
default org:
34
41
35
42
<%= config.bin %> <%= command.id %> --first-name Service --last-name Agent
36
43
@@ -44,7 +51,9 @@ Base username pattern. A unique ID is appended to ensure global uniqueness of th
44
51
45
52
# flags.base-username.description
46
53
47
-
Specify a base username in email format, such as "service-agent@corp.com". The command then appends a 12-character globally unique ID (GUID) to the name before the "@" sign, which ensures that the username is globally unique across all Salesforce orgs and sandboxes.
54
+
Specify a base username in email format, such as "service-agent@corp.com". The command then appends a 12-character
55
+
globally unique ID (GUID) to the name before the "@" sign, which ensures that the username is globally unique across all
56
+
Salesforce orgs and sandboxes.
48
57
49
58
For example, if you specify "service-agent@corp.com", then the username might be "service-agent.a1b2c3d4e5f6@corp.com".
0 commit comments