REST Commands to create and delete users require upload of CSV file to repository first. Can we get
Summary
REST Commands to create and delete users require upload of CSV file to repository first. Can we get REST API commands that contain the user parameters in the command directly instead?Content
When using third party REST-enabled tools to manage creating and deleting users, the process is laborious from an automation perspective:
1) Create a CSV file containing username, first name, surname, email, etc
2) Upload to repository
3) Execute REST command to create user using that file.
Instead, for when we're working with a single user, could we amend the REST API to accept a command that contains the necessary username, first name, surname etc as
Tagged:
1