Skip to content

Add authorization information for a new program

POST
/program

Add authorization information for a new program

Request Body

Describes who is allowed to access a program

object
program_id
required

Name of the program

string
program_curators
required

List of users who are program curators for this program

Array<string>
team_members
required

List of users who are original researchers for this program

Array<string>
creation_date

Date program was created, for embargo purposes. This may or may not be the date of ingest.

string

Responses

200

Success

object