cURL
curl --request GET \ --url https://api.cal.com/v2/organizations/{orgId}/attributes/options/{userId} \ --header 'Authorization: <authorization>'
{ "status": "success", "data": [ { "id": "<string>", "attributeId": "<string>", "value": "<string>", "slug": "<string>" } ] }
Required membership role: org member. PBAC permission: organization.attributes.read. Learn more about API access control at https://cal.com/docs/api-reference/v2/access-control
org member
organization.attributes.read
value must be Bearer <token> where <token> is api key prefixed with cal_
Bearer <token>
<token>
success
error
"success"
Show child attributes
Was this page helpful?