seamapi / seam-cli

Command line interface for the Seam API
84 stars 2 forks source link

/client_sessions/create with an `user_identity_ids` does not work #260

Open dawnho opened 3 days ago

dawnho commented 3 days ago

Error returned when using the CLI from the console UI

/client_sessions/create
Request Params:
{ user_identity_ids: [ '6d269eb6-abff-4bb5-a5e9-8215e943ab87' ] }

[404]

{
  error: {
    type: 'api_key_not_found',
    message: 'API Key not found',
    request_id: 'c679ea80-7cc8-445a-ba42-d27dc841ac40'
  },
  ok: false
}
razor-x commented 3 days ago

@dawnho We need some more information look into this issue. The api_key_not_found error suggests this issue may not be related to the /client_sessions/create endpoint. Can you provide the workspace ID and the api key ID (NOT the actual API key) you are using to make this request?

This request is working when I attempt it

image
razor-x commented 3 days ago

@dawnho I confirmed the underlying issue is that this API endpoint needs to be updated to support console sessions