Create Sub User
사용자 등록 API
Create Sub User
POST
https://uprism.io:30443/v1/users
서브 사용자를 생성하는 API
Headers
Name
Type
Description
Authorization
string
"Bearer " + {AccessToken}
Request Body
Name
Type
Description
user_id
string
사용자 ID
user_name
string
사용자 이름
string
사용자 이메일
{
"code": 200,
"message": "success",
"response": {
"user_id": {{company_name}} + "."+ {{user_id}} +"0000",
"email": "test@uprism.com",
"user_name": "홍길동"
}
}
Last updated
Was this helpful?