Skip to main content
GET
Get attribute assignment history for a user

Headers

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_

Path Parameters

orgId
number
required
userId
number
required

Query Parameters

limit
number
default:25

Maximum number of audit log entries to return.

Required range: 1 <= x <= 50
cursor
string<uuid>

Cursor from the previous response.

Example:

"018ff5cd-6dc4-7d57-bcbc-374702ca8b38"

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required

The attribute assignment history response payload.