Skip to main content

BetaAccessRequestResponseModel

statusboolean

Whether the request succeeded.

Example: false
messagestring

Human-readable description of the result.

Example: Beta program example-program not found or not active
beta_access_request object
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

Possible values: [requested, approved, denied, revoked]

Example: requested
created_atstring<date-time>

When the request was made

BetaAccessRequestResponseModel
{
"status": false,
"message": "Beta program example-program not found or not active",
"beta_access_request": {
"id": 0,
"user_id": 0,
"program_id": 0,
"program_name": "string",
"status": "requested",
"created_at": "2024-07-29T15:51:28.071Z"
}
}