---
title: "Acknowledge users own role in the specified workspace"
method: POST
path: "/user-roles/acknowledge/{workspace_id}"
tags: ["User", "Role", "Organization"]
---

# Acknowledge users own role in the specified workspace

`POST /user-roles/acknowledge/{workspace_id}`

Acknowledging a workspace role means the user has been presented with and dismissed information about their role and joining their new workspace

## Path parameters

- `workspace_id` string, required

## Response `204`

No content response indicates successful acknowledgement of the role.

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `404` — User or user role not found in this workspace
- `default` — Unknown error

---

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