Gets a listing all Scientist profiles
{ getAllScientistProfiles }
Gets a listing all Scientist profiles
Method
/API3/access/getAllScientistProfiles
- Enterprise Admin
- Domain Admin
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Returns a list of Scientist profile data objects. Note that the response is returned as a list of items of this object type.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP