Add a Scientist User Profile
{ addScientistProfile }
Adds a Scientist User Profile definition to the system.
Method
/API3/access/addScientistProfile
- Enterprise Admin
Input Parameters
Name
scientistProfileApiData
Object Type
Description
An object that contains the profile definition for scientist users.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
Scientist profiles are used to customize Scientist end-user access to application functionality. Profiles can be set for both roles and users. Note that certain switch combinations can be mutually exclusive.
Examples
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