v1
latestOpenAPI 3.0.12026-07-264182324.3 KBUsers
Find a user record using either the <code>site_user_identifier</code> or the <code>pnm_user_identifier</code>.
post/get_user
Request body
Example request
{
"site_user_identifier": "99999999"
}Response
User Found
Example response
{
"user_type": "push",
"push_user_identifier": "88885555",
"push_user_status": "ok_to_receive",
"push_first_name": "John",
"push_middle_name": "Diego",
"push_last_name": "Smith",
"push_full_name": "John Smith",
"push_street": "123 Fake Street",
"push_city": "Allen",
"push_state": "TX",
"push_postal_code": "75013",
"push_country": "US",
"push_year_of_birth": "1980",
"push_pre_verified": "false",
"push_manually_verified": "false"
}