You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rob Rati edited this page Nov 16, 2018
·
1 revision
The api/all-users endpoint implements access to user information in the Blackduck instances. The difference between this endpoint and the standard api/users endpoint is the number of items returned. Since armada is talking to multiple Blackduck instances it is possible a single entry exists in more than one instance. The standard api/users endpoint will return a single entry which is the response from the first Blackduck instance with actual data. The api/all-users endpoint will return a list of all responses to the query. This endpoint also must be provided a identifier to retrieve, so it can not be used to list all users in all Blackduck instances.
The following HTTP methods are implemented:
GET - Retrieve user information
A GET request to the api/all-users/{ID} endpoint will return user information from all Blackduck instances that have the user identifier {ID}.
NOTE: This endpoint may not exist in later revisions on armada. It is implemented on a trial basis to test it's usefulness and could be removed if it is found not to add value.