01-26-2021 10:04 AM
Hi,
I'm developing a UI using angular 7 and alfresco services, I'm trying to create a form page to allow creating new content in a datalist. This content must have an association with an user at the moment of creation, i'm sending the data to Create Node Children as follows:
01-27-2021 06:49 AM
Instead of using any specific user search API, you could use the more generic node search API to lookup the user. From that you get the node ID to use for creating associations.
01-27-2021 12:34 PM
Hi, I'm not sure I understand what is the generic node search API you're mentioning.
I thought you're refererring to the /query REST API, if I try /query/people i get the user parameters ( like, email and capabilities), similar to what I would get from search API and an id that is actually the username ( literally "id":"admin"). And if I try the /query/nodes i find files/folders that may contain the term in their name or contents
Explore our Alfresco products with the links below. Use labels to filter content by product module.