---
title: "Returns the result of various checks for a user's eligibility to publish a public universe"
method: GET
path: "/v1/universes/user-public-publish-eligibility"
tags: ["Universes"]
---

# Returns the result of various checks for a user's eligibility to publish a public universe

`GET /v1/universes/user-public-publish-eligibility`

## Response `200`

OK

- RobloxApiDevelopModelsUserPublicPublishEligibilityResponse — The result of various checks for a user's eligibility to publish a public universe.
  - `isEligible` boolean — The overall result of eligibility.
  - `hasTransactions` 0 | 1 | 2 — Whether user has spent any Robux since 1/1/25, including gift cards. ['Incomplete' = 0, 'NotRequired' = 1, 'Completed' = 2]
  - `idVerified` 0 | 1 | 2 — Whether user has completed ID Verification or not. ['Incomplete' = 0, 'NotRequired' = 1, 'Completed' = 2]
  - `hasDevex` 0 | 1 | 2 — Whether user is eligible for the developer exchange program. ['Incomplete' = 0, 'NotRequired' = 1, 'Completed' = 2]

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/756260310407/schema)
