ucap-doc/documents/업무/dev/crm pro/00.기타/Untitled-1.txt
Park Byung Eun e5a760e08f sync
2020-09-10 18:04:37 +09:00

42 lines
945 B
Plaintext

{
"id": 1,
"username": "07082774004",
"extensionNumber": "4004",
"company": {
"id": 1,
"companyName": "테스트 회사"
},
"roleInfos": [
{
"id": 1,
"userId": 1,
"role": {
"id": 4,
"roleCd": "ROLE_ADMIN"
},
"_links": {
"self": {
"href": "http://127.0.0.1:8080/api/v1.0/user/role/1/1"
}
}
},
{
"id": 2,
"userId": 1,
"role": {
"id": 3,
"roleCd": "ROLE_USER"
},
"_links": {
"self": {
"href": "http://127.0.0.1:8080/api/v1.0/user/role/1/2"
}
}
}
],
"_links": {
"self": {
"href": "http://127.0.0.1:8080/api/v1.0/user/1"
}
}
}