Update Address

Update Address API

Update Address List

PATCH https://uprism.io:30443/v1/users/{userId}/address/{addressIdx}

API to modify the contact list for this user

Path Parameters

NameTypeDescription

addressIdx

string

Address ID

userId

string

User ID

Headers

NameTypeDescription

Authorization

string

"Bearer " + {accessToken}

Request Body

NameTypeDescription

address_user_name

string

Address User Name

email

string

email

class_name

string

class

post

string

additional post

{
    "code": 200,
    "message": "success",
    "response": {
        "idx": "5C20E37C-A6DB-4634-9DF5-F48957E373A9",
        "group_name": "아무거나",
        "address_user_name": "김응철",
        "email": "ekim@uprism.com",
        "class_name": "대리",
        "post": "dkanrjsk"
    }
}

Last updated