Discussions
API - Retrieve a User Folder and add users to it

We would like to be able to use the Eloqua API to retrieve a list of user folders, thus getting the ID for one and then to be able to use this in the create a user/ update a user API options to add one or more users to the correct folder - (https://docs.oracle.com/en/cloud/saas/marketing/eloqua-rest-api/api-application-2.0-users.html) or it could be a patch call similar to security groups - https://docs.oracle.com/en/cloud/saas/marketing/eloqua-rest-api/op-api-rest-2.0-system-security-group-id-users-patch.html.
At the moment we can have hundreds of users per instance and it's easier to be able to manage them when they're grouped into folders. Now that security groups can be assigned by API, a really useful next step would be to also be able to patch the user's folder.
Comments
-
Makes no sense that the User's folder is a read-only property on the Update API...