sf org create user --definition-file
could be more complete, to allow assigning permission set licenses to the created user
#2889
RupertBarrow
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
not an argument against the feature request, but FYI you can use aliases for users, like
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I've just discovered that the case I was demonstrating above actually doesn't event work : to assign "my minimum permissions" permset to the user, the API Only user must already have the "Salesforce API Integration" permset license assigned. So, from a feature request, this becomes a double-whammy bug report :
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm creating an API-only integration test user to run automated integration tests in a scratch org in my CI pipeline.
My user needs the following features :
Please let me set permission set licenses in the
--definition-file
file, just like profile and permission sets.This would avoid me having to write the ugly
Beta Was this translation helpful? Give feedback.
All reactions