POST api/app-access/v1/add-user

Request Information

URI Parameters

None.

Body Parameters

AppUser
NameDescriptionTypeAdditional information
Id

integer

None.

AppId

App

None.

UserId

integer

None.

CreatedAt

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "AppId": 1,
  "UserId": 2,
  "CreatedAt": "2025-12-10T09:35:07.2736982+00:00"
}

application/xml, text/xml

Sample:
<AppUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/vouvher_sales_api.Models.Tables">
  <AppId>UserManagement</AppId>
  <CreatedAt>2025-12-10T09:35:07.2736982+00:00</CreatedAt>
  <Id>1</Id>
  <UserId>2</UserId>
</AppUser>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.