BetaAccessRequestFields
idinteger
Unique identifier for the request
user_idinteger
ID of the user who made the request
program_idinteger
ID of the beta program
program_namestring
Name of the beta program
statusstring
Status of the request
Example:
requestedcreated_atstring<date-time>
When the request was made
BetaAccessRequestFields
{
"id": 0,
"user_id": 0,
"program_id": 0,
"program_name": "string",
"status": "requested",
"created_at": "2024-07-29T15:51:28.071Z"
}
Was this page helpful?