POST api/Manage/PendingUsers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SI.Identity.Models.PendingRegisterUser
NameDescriptionTypeAdditional information
UserProductAccountId

integer

None.

AccountId

integer

None.

ProductAccountId

integer

None.

ProductId

integer

None.

UserId

integer

None.

Name

string

None.

ProductName

string

None.

Created

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "UserProductAccountId": 1,
    "AccountId": 2,
    "ProductAccountId": 3,
    "ProductId": 4,
    "UserId": 5,
    "Name": "sample string 6",
    "ProductName": "sample string 7",
    "Created": "2025-05-02T09:20:07.1949749-04:00"
  },
  {
    "UserProductAccountId": 1,
    "AccountId": 2,
    "ProductAccountId": 3,
    "ProductId": 4,
    "UserId": 5,
    "Name": "sample string 6",
    "ProductName": "sample string 7",
    "Created": "2025-05-02T09:20:07.1949749-04:00"
  }
]