/user/update
DeprecatedPOST
/user/updateLast modified: 2 months ago
Update info for the currently-logged-in user and return the user's info after changes.
This method must be requested using POST and will fail with GET.
Request
Body Params application/x-www-form-urlencoded
name
string
optional
Your real name or superhero alias if you prefer. Example: Jeff Goldblum.
slack_member_id
string
optional
Slack member id (not the same as username). Example: U14UASKXY.
phone_number
string
optional
Phone number. Example: +1 212 456 1414.
email_alerts
string
optional
Whether to recieve alerts by email. Example: true/false.
seen_card_anomalies
string
optional
N/a. Example: true/false.
seen_card_matches
string
optional
N/a. Example: true/false.
seen_card_training
string
optional
N/a. Example: true/false.
seen_card_all
string
optional
N/a. Example: true/false.
Request samples
Responses
An example Response(200)
An example Response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
#/definitions/875319required
data
object
required
message
enum<string>
required
Allowed value:
OK
user
#/definitions/875249required
Example
{}
Last modified: 2 months ago