# Create an activity log type

Endpoint: POST /v1alpha/activityLogTypes
Version: v1alpha
Security: oauth2_client_credentials, oauth2_authorization_code

## Query parameters:

  - `activityLogTypeId` (string)
    Optional. The ID to use for the activity log type, which will become the final component of
 the resource name. This value should be 4-63 characters,
 and valid characters are /[a-z][0-9]-/.

## Request fields (application/json):

  - `name` (string)
    (IDENTIFIER)

  - `label` (string, required)

## Response 200 fields (application/json):

  - `name` (string)
    (IDENTIFIER)

  - `label` (string, required)

