Skip to content

Commit c048119

Browse files
committed
docs: new SSO flow 1
1 parent 2de42cc commit c048119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ curl -XPOST https://shuffler.io/api/v1/orgs/{CURRENT_ORG_ID}/generate_sso_login_
10861086
```
10871087

10881088
### Generate SSO Provision URL
1089-
Generate an SSO provision URL for user provisioning in partner organizations (For now. Please contact [email protected] if you would like to use this API.). This endpoint allows admin users in partner organizations to provision new users or generate login URLs for existing users.
1089+
Generate an SSO provision URL for user provisioning in partner organizations (For now. Please contact [email protected] if you would like to use this API). This endpoint allows admin users in partner organizations to provision new users or generate login URLs for existing users.
10901090

10911091
**Requirements:**
10921092
- Admin role required in the target organization (or its parent organization for child orgs)
@@ -1107,7 +1107,7 @@ curl -XPOST https://shuffler.io/api/v1/orgs/sso/link \
11071107

11081108
**Headers:**
11091109
- `Authorization: Bearer APIKEY` (required) - Your API key for authentication
1110-
- `Org-Id: target_org_id` (optional) - Specify the organization to provision in. If not provided, uses your current active organization. Can also be passed as query parameter `?org_id=target_org_id`
1110+
- `Org-Id: target_org_id` (optional) - Specify the organization to provision in. If not provided, uses your current active organization.
11111111

11121112
**Request Body:**
11131113
```json

0 commit comments

Comments
 (0)