Employee Identity (EIAM)
Unbind Social Account (By Social Account)
Interface
Used for social account unbinding operations. If the call is successful, a success prompt is returned; if it fails, failure information is returned.
# Request Instructions
Request URL https://{your_domain}/api/v2/sdk/social/unbind-account
Request Method POST
Content-Type application/json
# Request Header Parameters
| Parameter Name | Chinese Name | Required | Type | Example |
|---|---|---|---|---|
| X-operating-sys-version | Caller OS Version | Yes | String | windows10.1.1 |
| X-device-fingerprint | Caller Device Fingerprint | Yes | String | 156aysdna213sc50 |
| X-device-ip | Caller IP | No | String | 192.168.1.2 |
| X-agent | User-Agent Information | Yes | String | Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15(KHTML, like Gecko) Mobile/15E148/HuaWei-AnyOffice/2.6.1802.0010/com.huawei.cloudlink.workplace |
| X-L | For Internationalization Language Setting | No | String | zh |
| X-client-id | Application Authorization ID | Yes | String | nTo1eRIub60vPb54WeE6aojPwYwImtl4 |
| Authorization | ID token returned by the user login interface. Format is Bearer {id_token} | Yes | String | Bearer eyJraWQiOiI1ZWZhN2ZmZDA2Z... |
# Request Body Example
{
"id": "001GKgGa15HGZA0aOxIa1bFktp1GKgG4"
}
1
2
3
2
3
# Request Parameters
| Parameter Name | Chinese Name | Required | Type | Description |
|---|---|---|---|---|
| id | System ID | Yes | String | User social relationship ID automatically generated by Idaas |
# Response Example
Success example:
HTTP/1.1 200 OK
Error example:
HTTP/1.1 400 Bad Request
{
"error_code": "SDK.COMMON.1007",
"error_msg": "state_token parameter error"
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
# Response Parameters
None
