orchestrator
2021.10
false
Orchestrator API Guide
- Getting Started
- Authentication
- Swagger Definition
- Orchestrator APIs
- Alerts Requests
- Assets Requests
- Calendars Requests
- Environments Requests
- Folders Requests
- Generic Tasks Requests
- Jobs Requests
- Libraries Requests
- License Requests
- Packages Requests
- Permissions Requests
- Processes Requests
- Robots Requests
- Roles Requests
- Schedules Requests
- Settings Requests
- Tasks Requests
- Task Catalogs Requests
- Task Forms Requests
- Tenants Requests
- Transactions Requests
- Users Requests
- Webhooks Requests
- Platform Management APIs
Returns the login attempt of the specified user.
API Endpoint
![]()
/identity/api/User/{userId}/loginAttempts
Scopes
Requires the following scopes:
- PM.UserLoginAttempt
- PM.UserLoginAttempt.Read
Request Headers
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
Note:
To obtain the {access_token}, make sure to authenticate through one of the methods described here.
Path Parameters
| Path param | Data type | Description |
|---|---|---|
userId(required) | String | The ID of the user you want to retrieve the login attempts for. |
Query Parameters
| Query param | Data type | Description |
|---|---|---|
userSID(optional) | string | The user secure ID in Azure Active Directory. |
top(optional) | int32 | Display the top N entries of the login attempts. |
skip(optional) | int32 | Skip the top N login attempts from displaying. |
sortBy(optional) | string | Specify the DTO property used to sort login attempts by. For example, partitionName, clientName, clientIpAddress, etc. |
sortOrder(optional) | string | Specify the sorting order. For example, ascending ( asc) or descending (desc). |
since(optional) | string | Specify the desired starting date of login attempts. |
Responses
200 OK
Returns the queried user login attempts.