Skip to content

Commit 907c56c

Browse files
committed
api.md: add documentation to API endpoint about SCIM group warnings
Updates tailscale#8645 Signed-off-by: Jenny Zhang <[email protected]>
1 parent e1bcecc commit 907c56c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

api.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,21 @@ Look at the response body to determine whether there was a problem within your A
11141114
}
11151115
```
11161116
1117+
If your tailnet has [user and group provisioning](https://tailscale.com/kb/1180/sso-okta-scim/) turned on, we will also warn you about
1118+
any groups that are used in the policy file that are not being synced from SCIM. Explicitly defined groups will not trigger this warning.
1119+
1120+
```jsonc
1121+
{
1122+
"message":"warning(s) found",
1123+
"data":[
1124+
{
1125+
"user": "group:[email protected]",
1126+
"warnings":["group is not syncing from SCIM and will be ignored by rules in the policy file"]
1127+
}
1128+
]
1129+
}
1130+
```
1131+
11171132
<a href="tailnet-devices"></a>
11181133
11191134
## List tailnet devices

0 commit comments

Comments
 (0)