Bulk Entities Upload API (Early Access)
POST
https://app.balkan.id/api/rest/v0/entities/upload-url
Entities
BalkanID Entities Upload CSV Format
Sample CSV
App | Name* | Entity Type* | Source System* | Source ID* | Source Type* | Metadata Version | Metadata |
---|---|---|---|---|---|---|---|
azure | Aabbott Reese | identity | azure | 63c16f61-d355-420b-87c6-615785ad8053 | user | v1 | {"username":"aabbott.reese@balkanit.onmicrosoft.com","lastPasswordChange":"2023-12-14 04:42:12 +0000 UTC","userCreatedDateTime":"2023-12-14 04:42:12 +0000 UTC","jobTitle":"Software Engineer","department":"Engineering"} |
azure | Aaron Alvarado | identity | azure | 63c16f61-d355-420b-87c6-615785ad8053 | user | v1 | {"username":"aaron.alvarado@itadminbalkan.onmicrosoft.com","lastPasswordChange":"2023-12-14 05:02:01 +0000 UTC","userCreatedDateTime":"2023-12-14 05:02:01 +0000 UTC","jobTitle":"Analyst","department":"Operations"} |
azure | Aaron Castro | identity | azure | 63c16f61-d355-420b-87c6-615785ad8053 | user | v1 | {"username":"aaron.castro@itadminbalkan.onmicrosoft.com","lastPasswordChange":"2023-12-14 04:55:00 +0000 UTC","userCreatedDateTime":"2023-12-14 04:55:00 +0000 UTC","jobTitle":"Analyst","department":"Operations"} |
azure | Aaron Chen | identity | azure | 63c16f61-d355-420b-87c6-615785ad8053 | user | v1 | {"username":"aaron.chen@itadminbalkan.onmicrosoft.com","lastPasswordChange":"2023-12-14 04:50:34 +0000 UTC","userCreatedDateTime":"2023-12-14 04:50:34 +0000 UTC","jobTitle":"Engineer","department":"Product Administration"} |
azure | Aaron Clay | identity | azure | 63c16f61-d355-420b-87c6-615785ad8053 | user | v1 | {"username":"aaron.clay@balkanit.onmicrosoft.com","lastPasswordChange":"2023-12-14 04:58:58 +0000 UTC","userCreatedDateTime":"2023-12-14 04:58:58 +0000 UTC","jobTitle":"SVP Legal","department":"Legal"} |
Column Definitions
Column Name | Column Description |
---|---|
App | Application the Entity is associated with |
Name | Required - Name of the entity |
Entity Type | Required - The type of the entity |
Source System | Required - Source System of the entity |
Source ID | Required - ID of the source system |
Source Type | Required - Type of the source system |
Metadata Version | Version of the metadata, according to the metadata schema |
Metadata | Metadata for the entity |
Upload the CSV file via the pre-signed URL
Below is a summary of the request using
curl
:
PUT
.Request
Header Params
X-Api-Key-ID
string
optional
X-Api-Key-Secret
string
optional
Content-Type
string
optional
Default:
application/json
Body Params application/json