v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
User

user.interviewerSettings

Get interviewer settings for a user.

Requires the organizationRead permission.

post/user.interviewerSettings

Request body

userIdstring uuid required

The id of the user to get interviewer settings for

Example request

{
  "userId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
}

Response

Responses from the user.interviewerSettings endpoint

OR

Example response

{
  "success": true,
  "results": {
    "userId": "3c5e1e9f-17b5-4c8e-8d1a-9f6e4b3a2c1d",
    "dailyLimit": 2,
    "weeklyLimit": 10
  }
}