---
title: "POST /v4/{+parent}/subscriptions"
method: POST
path: "/v4/{+parent}/subscriptions"
tags: ["projects"]
---

# POST /v4/{+parent}/subscriptions

`POST /v4/{+parent}/subscriptions`

Creates a subscription for a specific user to a specific subscriber. This method requires the subscriber to have a `SubscriptionCreatePolicy` set to `MANUAL` for the given data types.

## Path parameters

- `parent` string, required

## Query parameters

- `subscriptionId` string

## Request body

- CreateSubscriptionPayload — Payload for creating a subscription.
  - `user` string — Required. Immutable. The resource name of the user for whom this subscription is active. Format: `users/{user}` where `{user}` is the public `healthUserId` as returned by the `GetIdentity` action in the profile PAPI (see `google.devicesandservices.health.v4main.HealthProfileService.GetIdentity`).
  - `dataTypes` string[] — Optional. Data types subscribed to.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/health.md) · [All operations](https://skmtc.dev/google/apis/health/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/health/revisions/601e805b7a55/schema)
