We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09e5d6 commit 11cc677Copy full SHA for 11cc677
docs/api/_blueprint.json
@@ -65403,7 +65403,8 @@
65403
"hasPagination": false,
65404
"authMethods": [
65405
"api_key",
65406
- "personal_access_token"
+ "personal_access_token",
65407
+ "client_session_token"
65408
],
65409
"workspaceScope": "required",
65410
"codeSamples": [
docs/api/user_identities/get.md
@@ -196,6 +196,7 @@ seam user-identities get --user_identity_id "43947360-cdc8-4db6-8b22-e079416d1d8
196
<summary>Authentication Methods</summary>
197
198
- API key
199
+- Client session token
200
- Personal access token
201
<br>Must also include the `seam-workspace` header in the request.
202
0 commit comments