Hello
Our users sign in via enterprise.
I am trying to make use of the post api to add a user
https://(site)/portal/sharing/rest/community/users/(username)/add
I have tried various formats for the (username). joeblogs@domain, domain\joebloggs.
However every time I get the response 'User does not exist or is inaccessible'.
If I call the api to get the userinfo with joebloggs@domain it works fine e.g.
https://(site)/portal/sharing/rest/community/users/jobloggs@domain
Can anyone help advise? Is the post api add url incorrect?
Many thanks