Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Document
  • Project information
    • Project information
    • Activity
    • Members
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • SRP_MobileAPP_FrameworkSRP_MobileAPP_Framework
  • Document
  • Wiki
  • Manual
  • Sso
  • Api
  • signUp

signUp · Changes

Page history
add dashboard page, sso page authored Apr 02, 2019 by Yuying.Lo's avatar Yuying.Lo
Hide whitespace changes
Inline Side-by-side
manual/sso/api/signUp.md 0 → 100644
View page @ 316ed706
## signUp
#### Type
POST
#### Description
註冊 SSO
#### Parameter
| Parameter | Description | Example | Parameter Type | Data Type |
| ------------ |---------------| -------| ------| --- |
| userName | 使用者名稱,通常使用 email | yuying.lo@advantech.com.tw | formData | string |
| firstName | First Name | yuying | formData | string |
| lastName | Last Name | lo | formData | string |
| mobilePhone | 手機號碼,Need to follow E.164 Phone Number Formatting | 18066592437 | formData | string |
#### Response Body
##### Success response
```javascript
{
"username": "yuying.lo@advantech.com.tw",
"status": "processing_creating"
}
```
##### Error response
```javascript
{
"message": "Telephone number do not conform to specifications"
}
```
##### Field
| Field | Description | Example | Data Type |
| ------------ |---------------| -------| --- |
| username | 使用者名稱 | yuying.lo@advantech.com.tw | string |
| status | 狀態 | processing_creating | string |
| message | 將訊息顯示於彈跳視窗 | Telephone number do not conform to specifications | string |
Clone repository
  • SDS
    • SDS
    • tab
      • dashboard
        • api
          • changeDashboard
          • changeDashboardControllerStatus
          • closeDialog
          • getDashboardDomain
          • getDashboardMenu
          • openDialog
        • dashboard
  • Home
  • manual
    • Home
    • image
      • icon
        • ios
          • appIconIos
      • launch
        • ios
          • appLaunchIos
    • jsInterfaceSetting
    • sample
    • sampleAPM
View All Pages