-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofileUpdate.json
More file actions
27 lines (27 loc) · 874 Bytes
/
profileUpdate.json
File metadata and controls
27 lines (27 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "profileUpdate",
"type": "object",
"description": "A notification indicating that the profile for an identity has been updated",
"properties": {
"identity": {
"type": "string",
"description": "ID for the identity of this action"
},
"ipAddress": {
"type": "string",
"description": "IP address of where the request for this action originated"
},
"userAgent": {
"type": "string",
"description": "User-agent from where the request for this action originated"
},
"firstName": {
"type": "string",
"description": "The updated first name for the identity"
},
"lastName": {
"type": "string",
"description": "The updated last name for the identity"
}
}
}