User management operations
User management operations provide tools for working with users and user groups in LiveContent S1000D.
- Load user dialog
This API loads the user dialog to create a new user or to view detailed user information. - Load compcode list
This API retrieves the list of company codes available to which users can be assigned, and is used by administrators. - Load list of user groups
This API retrieves the list of user groups. - Check if user exists
This API checks if a user exists or not . Usually this API is called before creating a new user. The client must send an empty XML post data. - Create or Update a user
This API can be used to add a new user or update an existing one. The element<mode>add</mode>is used to create a new user and the element<mode>edit</mode>is used to update an existing user. - Load users list in XML
This API is used to load a list of users. - Delete a user
This API is used to delete an existing user.