Nexus
Nexus APIs
GET
/v1/users/{userId}/blocks
Gets a list of blocked IP Addresses for the given User Id.
Parameters
| Name | In | Required | Description |
|---|---|---|---|
userId |
path | Yes |
Responses
200
Example
{
"value": [
{
"ipAddress": "string",
"connection": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
value
|
nullable | — | — |
Example
{
"value": [
{
"ipAddress": "string",
"connection": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
value
|
nullable | — | — |
Example
{
"value": [
{
"ipAddress": "string",
"connection": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
value
|
nullable | — | — |
Example
{
"value": [
{
"ipAddress": "string",
"connection": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
value
|
nullable | — | — |
Example
{
"value": [
{
"ipAddress": "string",
"connection": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
value
|
nullable | — | — |
Example
{
"value": [
{
"ipAddress": "string",
"connection": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
value
|
nullable | — | — |
Example
{
"value": [
{
"ipAddress": "string",
"connection": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
value
|
nullable | — | — |
404
Example
{
"type": "string",
"title": "string",
"detail": "string",
"status": 0,
"instance": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
detail
|
string
|
nullable | — | — |
instance
|
string
|
nullable | — | — |
status
|
integer (int32)
|
nullable | — | — |
title
|
string
|
nullable | — | — |
type
|
string
|
nullable | — | — |
Example
{
"type": "string",
"title": "string",
"detail": "string",
"status": 0,
"instance": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
detail
|
string
|
nullable | — | — |
instance
|
string
|
nullable | — | — |
status
|
integer (int32)
|
nullable | — | — |
title
|
string
|
nullable | — | — |
type
|
string
|
nullable | — | — |
Example
{
"type": "string",
"title": "string",
"detail": "string",
"status": 0,
"instance": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
detail
|
string
|
nullable | — | — |
instance
|
string
|
nullable | — | — |
status
|
integer (int32)
|
nullable | — | — |
title
|
string
|
nullable | — | — |
type
|
string
|
nullable | — | — |
Example
{
"type": "string",
"title": "string",
"detail": "string",
"status": 0,
"instance": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
detail
|
string
|
nullable | — | — |
instance
|
string
|
nullable | — | — |
status
|
integer (int32)
|
nullable | — | — |
title
|
string
|
nullable | — | — |
type
|
string
|
nullable | — | — |
Example
{
"type": "string",
"title": "string",
"detail": "string",
"status": 0,
"instance": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
detail
|
string
|
nullable | — | — |
instance
|
string
|
nullable | — | — |
status
|
integer (int32)
|
nullable | — | — |
title
|
string
|
nullable | — | — |
type
|
string
|
nullable | — | — |
Example
{
"type": "string",
"title": "string",
"detail": "string",
"status": 0,
"instance": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
detail
|
string
|
nullable | — | — |
instance
|
string
|
nullable | — | — |
status
|
integer (int32)
|
nullable | — | — |
title
|
string
|
nullable | — | — |
type
|
string
|
nullable | — | — |
Example
{
"type": "string",
"title": "string",
"detail": "string",
"status": 0,
"instance": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
detail
|
string
|
nullable | — | — |
instance
|
string
|
nullable | — | — |
status
|
integer (int32)
|
nullable | — | — |
title
|
string
|
nullable | — | — |
type
|
string
|
nullable | — | — |
Security
Authentication is required for this operation.
Source: default
Requirements (any one option may satisfy)
- Bearer and ApplicationToken
- Basic