Inbox
Create user registration inbox entry
post/inbox/createEntry/User/Registration
Request body
Response
Create user registration inbox response
Example response
{
"data": {
"id": 1,
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"user_id": 1,
"created": "2022-01-05T11:19:26+00:00",
"modified": "2022-01-05T11:19:26+00:00",
"user": {
"id": 1,
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"username": "admin",
"role_id": 1,
"individual_id": 1,
"created": "2022-01-05T11:19:26+00:00",
"modified": "2022-01-05T11:19:26+00:00",
"organisation_id": 1,
"organisation": {
"id": 1,
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"created": "2022-01-05T11:19:26+00:00",
"modified": "2022-01-05T11:19:26+00:00",
"tags": [
{
"id": 1,
"name": "white",
"namespace": "tlp",
"colour": "FFFFFF",
"text_colour": "white",
"created": "2022-01-05T11:19:26+00:00",
"modified": "2022-01-05T11:19:26+00:00"
}
]
},
"individual": {
"id": 1,
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"email": "user@example.com",
"first_name": "John",
"last_name": "Doe",
"full_name": "John Doe",
"position": "Security Analyst",
"tags": [
{
"id": 1,
"name": "white",
"namespace": "tlp",
"colour": "FFFFFF",
"text_colour": "white",
"created": "2022-01-05T11:19:26+00:00",
"modified": "2022-01-05T11:19:26+00:00"
}
],
"created": "2022-01-05T11:19:26+00:00",
"modified": "2022-01-05T11:19:26+00:00"
},
"role": {
"id": 1,
"name": "admin"
}
}
},
"message": "User account creation requested. Please wait for an admin to approve your account."
}Changes
Changed in 3 of the 19 revisions of this API.112
- ●
added the new
MispConnectorenum value to thedata/allOf[UserRegistrationInbox]/allOf[subschema #2]/local_tool_connector_nameresponse property for the response status200response-property-enum-value-added
- ○
api operation id
createInboxEntryremoved and replaced withcreateUserRegistrationInboxEntryapi-operation-id-removed
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 79 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲