-
Notifications
You must be signed in to change notification settings - Fork 2
api users
Rob Rati edited this page Nov 19, 2018
·
4 revisions
The api/users endpoint implements access to user information in the Blackduck instances.
The following HTTP methods are implemented:
- GET - Retrieve user information
- POST - Create a user
A GET request to the api/users endpoint will return all users in all Blackduck instances. It is possible to retrieve information for a single user by performing a GET request to api/users/{ID} where {ID} is a user identifier from a Blackduck instance.
A POST request to the api/users endpoint will create a user in all Blackduck instances. See the Blackduck API documentation for the details of this request. The Blackduck API documentation can be found at any Blackduck instance by browsing to:
<blackduck instance>/api.html