GET
/
api
/
v1
/
dashboard
/
admin
/
users
/
{user_id}
/
performance
Get Admin User Performance
curl --request GET \
  --url https://api.jobsim.work/api/v1/dashboard/admin/users/{user_id}/performance \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

Response

Successful Response