-
Notifications
You must be signed in to change notification settings - Fork 0
API Document
August edited this page Jun 18, 2022
·
2 revisions
GET /users/{userId} HTTP/1.1
Host: api.outstagram.com
Authorization: Bearer ${ACCESS_TOKEN}| Name | Type | Description | Required |
|---|---|---|---|
| userId | String | 사용자 ID | O |
| Name | Type | Description | Required |
|---|---|---|---|
| userId | String | 사용자 ID | O |
| userImageUrl | String | 프로필 사진 | X |
| name | String | 사용자 이름 | O |
| website | String | 웹 사이트 | X |
| description | String | 소개글 | O |
| String | 이메일 | X | |
| phone | String | 전화번호 | X |
| gender | String | 성별 (F: 여성, M: 남성, E: 그외) | X |