Update Sub User
사용자 정보 수정 API
Update Sub User
PATCH
https://uprism.io:30443/v1/users/{userId}
서브 사용자를 생성하는 API
Path Parameters
Name
Type
Description
userId
string
Sub User Id
Headers
Name
Type
Description
Authorization
string
"Bearer " + {AccessToken}
Request Body
Name
Type
Description
user_name
string
변경하는 사용자 이름
string
변경하려는 사용자 이메일
{
"code": 200,
"message": "success",
"response": {
"user_id": "uprism.user0000",
"email": "test@uprism.com",
"user_name": "홍길동"
}
}
Last updated
Was this helpful?