Hey,
I found this POST Api Command to add users via CLI..
https://forums.plex.tv/discussion/221224/is-there-a-command-line-for-adding-new-user-or-something-like-that
"POST https://plex.tv/api/home/users?invitedEmail=UserPlexAccountEmail@domain.com"
So I tried..
<br />
curl -vvv -sfku plexmail:plexpw -X POST https://plex.tv/api/home/users?invitedEmail=NEWINVITATIONMAIL<br />
And i get a:
</p>
<ul>
<li>The requested URL returned error: 403 Forbidden<br />
Can someone tell my what I'm dong wrong?