EndPoint Create User
Parameters
Parameter | Label | Required | Options | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no parameters |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
DisplayName |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
EmailAddress |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
AccountId |
DT_WSTR
|
nvarchar(150)
|
150 | False |
|
AccountType |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
Active |
DT_BOOL
|
bit
|
False |
||
Locale |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
Self |
DT_WSTR
|
nvarchar(150)
|
150 | False |
|
AvatarUrls48x48 |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
AvatarUrls24x24 |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
AvatarUrls16x16 |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
AvatarUrls32x32 |
DT_WSTR
|
nvarchar(500)
|
500 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Password |
DT_WSTR
|
nvarchar(50)
|
50 | False |
If password is not supplied, random one is generated |
EmailAddress |
DT_WSTR
|
nvarchar(200)
|
200 | False |
|
DisplayName |
DT_WSTR
|
nvarchar(200)
|
200 | False |
Required columns that you need to supply are bolded.
Examples
SSIS
Use Jira Connector in API Source component to read data or in API Destination component to read/write data:
Insert into Users table using API Destination
This EndPoint belongs to Users table, therefore you cannot work with it directly. Use this table and table-operation pair instead:
Jira
Users
Insert
