Replies: 1 comment
-
I'll add that I can't get the V1 API to work - if I call |
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
Uh oh!
There was an error while loading. Please reload this page.
-
So I'm creating new users via the API using a service user token and the
v2/users/human
endpoint. This works fine.What I can't figure out is how to then add a role to the newly created user without doing it manually in the dashboard.
I'd like to be able to do this either by:
I created this script in the Actions section:
and created a Flow with
External Authentication
->Post Creation
It does not run when I create a new user though.
Add Project Member
differ fromAdd Project Grant Member
fromAdd User Grant
?Beta Was this translation helpful? Give feedback.
All reactions