POST Api/Use/CountByStatus?status={status}&pool={pool}&child={child}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
status | integer |
Required |
|
pool | boolean |
Default value is False |
|
child | globally unique identifier |
None. |
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": "8e4db00a-60c7-4f02-a8b5-503da3f9125c", "username": "sample string 2", "password": "sample string 3", "email": "sample string 4", "accountId": "bf6a36e3-e63e-4551-8ccd-1efe0b0f4acc", "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": "8f653a58-0781-4e1d-a125-5986e0d0de5b" }, "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": "aae8c9ff-1d2b-4104-8838-2c68aeaf0cf1" }, "clientPublicKey": "sample string 2", "securityToken": "sample string 3", "currentUserId": "56e62af7-d6e5-4616-af02-d3ef9bfdd16b" }, { "id": 1, "portal": { "id": 1, "name": "sample string 2", "description": "sample string 3", "clientPublicKey": "sample string 4", "securityToken": "sample string 5", "currentUserId": "8f653a58-0781-4e1d-a125-5986e0d0de5b" }, "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": "aae8c9ff-1d2b-4104-8838-2c68aeaf0cf1" }, "clientPublicKey": "sample string 2", "securityToken": "sample string 3", "currentUserId": "56e62af7-d6e5-4616-af02-d3ef9bfdd16b" } ], "firstName": "sample string 6", "lastName": "sample string 7", "oneId": "31b2aa91-c111-4545-b1c8-2efe3a805c8b", "verificationDate": "2025-09-15T14:38:51.1733375-04:00", "verificationCode": "sample string 9", "clientPublicKey": "sample string 10", "securityToken": "sample string 11", "currentUserId": "cd195bdf-5ed7-4434-8c81-a3cc22b257ab" }
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>cd195bdf-5ed7-4434-8c81-a3cc22b257ab</CurrentUserId> <SecurityToken>sample string 11</SecurityToken> <AccountId>bf6a36e3-e63e-4551-8ccd-1efe0b0f4acc</AccountId> <Email>sample string 4</Email> <FirstName>sample string 6</FirstName> <Id>8e4db00a-60c7-4f02-a8b5-503da3f9125c</Id> <LastName>sample string 7</LastName> <OneId>31b2aa91-c111-4545-b1c8-2efe3a805c8b</OneId> <Password>sample string 3</Password> <Products> <ProductDTO> <ClientPublicKey>sample string 2</ClientPublicKey> <CurrentUserId>56e62af7-d6e5-4616-af02-d3ef9bfdd16b</CurrentUserId> <SecurityToken>sample string 3</SecurityToken> <Id>1</Id> <Portal> <ClientPublicKey>sample string 4</ClientPublicKey> <CurrentUserId>8f653a58-0781-4e1d-a125-5986e0d0de5b</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>aae8c9ff-1d2b-4104-8838-2c68aeaf0cf1</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>56e62af7-d6e5-4616-af02-d3ef9bfdd16b</CurrentUserId> <SecurityToken>sample string 3</SecurityToken> <Id>1</Id> <Portal> <ClientPublicKey>sample string 4</ClientPublicKey> <CurrentUserId>8f653a58-0781-4e1d-a125-5986e0d0de5b</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>aae8c9ff-1d2b-4104-8838-2c68aeaf0cf1</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-09-15T14:38:51.1733375-04:00</VerificationDate> </UserDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Dictionary of string [key] and integer [value]Response Formats
application/json, text/json
Sample:
{ "sample string 1": 2, "sample string 3": 4 }
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <KeyValueOfstringint> <Key>sample string 1</Key> <Value>2</Value> </KeyValueOfstringint> <KeyValueOfstringint> <Key>sample string 3</Key> <Value>4</Value> </KeyValueOfstringint> </ArrayOfKeyValueOfstringint>