curl --request POST \
--url http://localhost:3000/v2/UserCreateBulk \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"records": [
{
"profile": {},
"groupname": "<string>",
"groupid": 123,
"rolename": "<string>",
"roleid": 123
}
],
"slidingtime": "<string>",
"finaltime": "<string>",
"request_metadata": {}
}
'{
"status": "ok",
"created": [
{
"token": "<string>",
"profile": {}
}
]
}Creates multiple users with their profiles and group information
curl --request POST \
--url http://localhost:3000/v2/UserCreateBulk \
--header 'Content-Type: application/json' \
--header 'X-Bunker-Token: <api-key>' \
--data '
{
"records": [
{
"profile": {},
"groupname": "<string>",
"groupid": 123,
"rolename": "<string>",
"roleid": 123
}
],
"slidingtime": "<string>",
"finaltime": "<string>",
"request_metadata": {}
}
'{
"status": "ok",
"created": [
{
"token": "<string>",
"profile": {}
}
]
}API token for authentication
Show child attributes
Sliding time period for all users in bulk
Expiration time for all users in bulk
Additional metadata for the request