org assign permsetlicense

Assign a permission set license to one or more org users.

Description for org assign permsetlicense 

To specify an alias for the –target-org or –on-behalf-of flags, use the CLI username alias, such as the one you set with the “alias set” command. Don’t use the value of the Alias field of the User Salesforce object for the org user.

To assign multiple permission sets, either set multiple –name flags or a single –name flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax applies to –on-behalf-of.

Flags 

Flag Name (Long)Flag Name (Short)Description
‑‑api‑versionN/AType: Value

Override the api version used for api requests made by this command
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑name‑nType: Value
Required

Name of the permission set license to assign.
‑‑on‑behalf‑of‑bType: Value

Usernames or alias to assign the permission set license to.
‑‑target‑org‑oType: Value
Required

Username or alias of the target org. Not required if the target-org configuration variable is already set.

Examples for org assign permsetlicense 

Assign the DreamHouse permission set license to original admin user of your default org:

1sf org assign permsetlicense --name DreamHouse

Assign two permission set licenses to the original admin user of the org with alias “my-scratch”:

1sf org assign permsetlicense --name DreamHouse --name CloudHouse --target-org my-scratch

Assign the Dreamhouse permission set license to the specified list of users of your default org:

1sf org assign permsetlicense --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user3