Skip to content

getUsersByRestIds return 403 Forbidden error why this? #136

Description

@web3tool-ai

The API call client.getUsersApi().getUsersByRestIds({userIds:['']}) will return a 403 Forbidden error, but other APIs can generally be accessed normally.

`
const cookies = {
auth_token: authToken,
ct0
} as Record<string, string>;

const client = await api.getClientFromCookies(cookies);
const userResp2: any = await client.getUsersApi().getUsersByRestIds({userIds:['']});
console.log('response: ',userResp2)
`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions