This came out of helping with #990.
We need to review and update the docs around adding new users to clarify the required fields. In particular the examples as shown do not work because the name parameter really needs to be an email address rather than the user's actual name.
We can look at and crib some notes from the explanation of user-name in the REST API docs for Add User to Site.
This came out of helping with #990.
We need to review and update the docs around adding new users to clarify the required fields. In particular the examples as shown do not work because the
nameparameter really needs to be an email address rather than the user's actual name.We can look at and crib some notes from the explanation of
user-namein the REST API docs for Add User to Site.