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": "ef1c9d3e-23b0-4efb-b581-2e271945fc4c", "username": "sample string 2", "password": "sample string 3", "email": "sample string 4", "accountId": "36cb0818-190a-452c-81d3-9d8b5eddc057", "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": "8698f5f4-cd71-4ab1-be42-5778894fc0cf" }, "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": "3717f2f5-8ec8-437a-817c-88044e294f98" }, "clientPublicKey": "sample string 2", "securityToken": "sample string 3", "currentUserId": "41046798-b675-4aa6-831a-069e43e0bb25" }, { "id": 1, "portal": { "id": 1, "name": "sample string 2", "description": "sample string 3", "clientPublicKey": "sample string 4", "securityToken": "sample string 5", "currentUserId": "8698f5f4-cd71-4ab1-be42-5778894fc0cf" }, "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": "3717f2f5-8ec8-437a-817c-88044e294f98" }, "clientPublicKey": "sample string 2", "securityToken": "sample string 3", "currentUserId": "41046798-b675-4aa6-831a-069e43e0bb25" } ], "firstName": "sample string 6", "lastName": "sample string 7", "oneId": "95ebc05f-0df7-4912-a77e-d6c40d43526f", "verificationDate": "2025-07-01T06:14:23.4731749-04:00", "verificationCode": "sample string 9", "clientPublicKey": "sample string 10", "securityToken": "sample string 11", "currentUserId": "1de1c363-43ef-439d-b0bb-dca6503b289f" }
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>1de1c363-43ef-439d-b0bb-dca6503b289f</CurrentUserId> <SecurityToken>sample string 11</SecurityToken> <AccountId>36cb0818-190a-452c-81d3-9d8b5eddc057</AccountId> <Email>sample string 4</Email> <FirstName>sample string 6</FirstName> <Id>ef1c9d3e-23b0-4efb-b581-2e271945fc4c</Id> <LastName>sample string 7</LastName> <OneId>95ebc05f-0df7-4912-a77e-d6c40d43526f</OneId> <Password>sample string 3</Password> <Products> <ProductDTO> <ClientPublicKey>sample string 2</ClientPublicKey> <CurrentUserId>41046798-b675-4aa6-831a-069e43e0bb25</CurrentUserId> <SecurityToken>sample string 3</SecurityToken> <Id>1</Id> <Portal> <ClientPublicKey>sample string 4</ClientPublicKey> <CurrentUserId>8698f5f4-cd71-4ab1-be42-5778894fc0cf</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>3717f2f5-8ec8-437a-817c-88044e294f98</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>41046798-b675-4aa6-831a-069e43e0bb25</CurrentUserId> <SecurityToken>sample string 3</SecurityToken> <Id>1</Id> <Portal> <ClientPublicKey>sample string 4</ClientPublicKey> <CurrentUserId>8698f5f4-cd71-4ab1-be42-5778894fc0cf</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>3717f2f5-8ec8-437a-817c-88044e294f98</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-07-01T06:14:23.4731749-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>