---
title: "POST /describe-role-am-assoc"
method: POST
path: "/describe-role-am-assoc"
tags: ["v2"]
---

# POST /describe-role-am-assoc

`POST /describe-role-am-assoc`

## Request body

- DescribeAssoc
  - `assoc-id` string, required — The association id
  - `json` boolean — Set output format to JSON
  - `token` string — Authentication token (see `/auth` and `/configure`)
  - `uid-token` string — The universal identity token, Required only for universal_identity authentication

## Response `200`

describeAssocResponse wraps response body.

- RoleAssociationDetails — RoleAssociationDetails includes details of an association between a role and an auth method.
  - `assoc_id` string
  - `auth_method_name` string
  - `auth_method_sub_claims` object
  - `is_subclaims_with_operator` boolean
  - `role_name` string
  - `sub_claims_case_sensitive` boolean

## Other responses

- `default` — errorResponse wraps any error to return it as a JSON object with one "error" field.

---

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