POST Api/Use/DisablePool?_Username={_Username}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
_Username | string |
Required |
Body Parameters
UserDTOName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Username | string |
None. |
|
Password | string |
None. |
|
string |
None. |
||
AccountId | globally unique identifier |
None. |
|
UserType | UserTypeDTO |
None. |
|
Products | Collection of ProductDTO |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
OneId | globally unique identifier |
None. |
|
VerificationDate | date |
None. |
|
VerificationCode | string |
None. |
|
ClientPublicKey | string |
None. |
|
SecurityToken | string |
None. |
|
CurrentUserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "5f2bff2c-1df3-42ee-9b20-9b3385bb3b78", "username": "sample string 2", "password": "sample string 3", "email": "sample string 4", "accountId": "8a38a732-9380-4d77-a3a7-7f012732d691", "userType": { "id": 1, "name": "sample string 2", "description": "sample string 3" }, "products": [ { "id": 1, "portal": { "id": 1, "name": "sample string 2", "description": "sample string 3", "clientPublicKey": "sample string 4", "securityToken": "sample string 5", "currentUserId": "b509541d-4dc7-40ef-a22b-79881862bf16" }, "tool": { "id": 1, "name": "sample string 2", "shortName": "sample string 3", "logoUrl": "sample string 4", "order": 5, "description": "sample string 6", "author": "sample string 7", "ageRange": "sample string 8", "clientPublicKey": "sample string 9", "securityToken": "sample string 10", "currentUserId": "67c97cc5-fa42-4f6e-817e-381bd3236ba5" }, "clientPublicKey": "sample string 2", "securityToken": "sample string 3", "currentUserId": "f2b104f7-490b-45f4-9738-50b5c147deda" }, { "id": 1, "portal": { "id": 1, "name": "sample string 2", "description": "sample string 3", "clientPublicKey": "sample string 4", "securityToken": "sample string 5", "currentUserId": "b509541d-4dc7-40ef-a22b-79881862bf16" }, "tool": { "id": 1, "name": "sample string 2", "shortName": "sample string 3", "logoUrl": "sample string 4", "order": 5, "description": "sample string 6", "author": "sample string 7", "ageRange": "sample string 8", "clientPublicKey": "sample string 9", "securityToken": "sample string 10", "currentUserId": "67c97cc5-fa42-4f6e-817e-381bd3236ba5" }, "clientPublicKey": "sample string 2", "securityToken": "sample string 3", "currentUserId": "f2b104f7-490b-45f4-9738-50b5c147deda" } ], "firstName": "sample string 6", "lastName": "sample string 7", "oneId": "1ca127a5-9e4d-41a8-a087-6362ffee2caf", "verificationDate": "2025-04-09T04:18:57.2655895-04:00", "verificationCode": "sample string 9", "clientPublicKey": "sample string 10", "securityToken": "sample string 11", "currentUserId": "97819431-e926-4d6f-b56c-1438958dbca5" }
application/xml, text/xml
Sample:
<UserDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccessManager.DTO"> <ClientPublicKey>sample string 10</ClientPublicKey> <CurrentUserId>97819431-e926-4d6f-b56c-1438958dbca5</CurrentUserId> <SecurityToken>sample string 11</SecurityToken> <AccountId>8a38a732-9380-4d77-a3a7-7f012732d691</AccountId> <Email>sample string 4</Email> <FirstName>sample string 6</FirstName> <Id>5f2bff2c-1df3-42ee-9b20-9b3385bb3b78</Id> <LastName>sample string 7</LastName> <OneId>1ca127a5-9e4d-41a8-a087-6362ffee2caf</OneId> <Password>sample string 3</Password> <Products> <ProductDTO> <ClientPublicKey>sample string 2</ClientPublicKey> <CurrentUserId>f2b104f7-490b-45f4-9738-50b5c147deda</CurrentUserId> <SecurityToken>sample string 3</SecurityToken> <Id>1</Id> <Portal> <ClientPublicKey>sample string 4</ClientPublicKey> <CurrentUserId>b509541d-4dc7-40ef-a22b-79881862bf16</CurrentUserId> <SecurityToken>sample string 5</SecurityToken> <Description>sample string 3</Description> <Id>1</Id> <Name>sample string 2</Name> </Portal> <Tool> <ClientPublicKey>sample string 9</ClientPublicKey> <CurrentUserId>67c97cc5-fa42-4f6e-817e-381bd3236ba5</CurrentUserId> <SecurityToken>sample string 10</SecurityToken> <AgeRange>sample string 8</AgeRange> <Author>sample string 7</Author> <Description>sample string 6</Description> <Id>1</Id> <LogoUrl>sample string 4</LogoUrl> <Name>sample string 2</Name> <Order>5</Order> <ShortName>sample string 3</ShortName> </Tool> </ProductDTO> <ProductDTO> <ClientPublicKey>sample string 2</ClientPublicKey> <CurrentUserId>f2b104f7-490b-45f4-9738-50b5c147deda</CurrentUserId> <SecurityToken>sample string 3</SecurityToken> <Id>1</Id> <Portal> <ClientPublicKey>sample string 4</ClientPublicKey> <CurrentUserId>b509541d-4dc7-40ef-a22b-79881862bf16</CurrentUserId> <SecurityToken>sample string 5</SecurityToken> <Description>sample string 3</Description> <Id>1</Id> <Name>sample string 2</Name> </Portal> <Tool> <ClientPublicKey>sample string 9</ClientPublicKey> <CurrentUserId>67c97cc5-fa42-4f6e-817e-381bd3236ba5</CurrentUserId> <SecurityToken>sample string 10</SecurityToken> <AgeRange>sample string 8</AgeRange> <Author>sample string 7</Author> <Description>sample string 6</Description> <Id>1</Id> <LogoUrl>sample string 4</LogoUrl> <Name>sample string 2</Name> <Order>5</Order> <ShortName>sample string 3</ShortName> </Tool> </ProductDTO> </Products> <UserType> <Description>sample string 3</Description> <Id>1</Id> <Name>sample string 2</Name> </UserType> <Username>sample string 2</Username> <VerificationCode>sample string 9</VerificationCode> <VerificationDate>2025-04-09T04:18:57.2655895-04:00</VerificationDate> </UserDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>