Skip to main content

List machine authenticators for a user

GET 

/api/web/v1/users/:userid/machines

List all machine authenticators for the specified user. Caller requires the USERMACHINES:VIEW permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user for which machine authenticators are to be fetched.

Responses

Successful

Schema

  • Array [

  • expiryTime date-time

    When this machine secret expires in UTC time

    id stringrequired

    Identifies the device/machine

    label stringrequired

    Identifies the device/machine from the end-user point of view

    lastUsedTime date-time

    When this machine secret was last used

    registrationTime date-timerequired

    When this machine secret was created in UTC time

  • ]

Loading...