---
title: "Get Role"
method: GET
path: "/api/profile/role"
tags: ["Profile"]
---

# Get Role

`GET /api/profile/role`

Return the caller's role and account type.

## Response `200`

Successful Response

- RoleResponse
  - `role` string, required — User role: user, admin, support
  - `is_admin` boolean, required — Whether user is admin or support
  - `account_type` string, required — Account type: user or enterprise

---

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