samwoo Posted December 12, 2023 Share Posted December 12, 2023 Good afternoon, I would like to request for a supported API that will return the details of all "Shared Users" for a given "Asset ID". I am thinking maybe it should handle the following if possible: Application: Service Manager Entity: Assets Name: getSingleAssetSharedUsers Request Parameters: assetId <string/number> <required> Response Parameters: userCount <string/number> users <array> User ID Logon ID Employee ID Email Address Type Home Organization exceptionName <string> exceptionSummary <string> Thanks, Samuel Wood ps. I have created a new tag "api request" - but please let me know if there is a more appropriate tag to use for API requests Link to comment Share on other sites More sharing options...
Steve Giller Posted December 27, 2023 Share Posted December 27, 2023 Just one question - why would you need to have more than the User ID returned when you can pass that to userGetInfo to retrieve the information? Link to comment Share on other sites More sharing options...
samwoo Posted December 27, 2023 Author Share Posted December 27, 2023 Hi @Steve Giller, The suggestion was only for holding the basic user information of what people might need without having to make extra requests/calls to the instance to get further information. If users wish to retrieve further information about the users (ie. the Manager, Job Title, Phone Number etc.), then absolutely they could run userGetInfo and any other APIs for each returned user. Thanks, Samuel Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now