Open ben-simmons-dt opened 3 years ago
To get a Member, the API requires an org-public-id parameter: (https://shortcut.com/api/rest/v3#Get-Member).
org-public-id
However, I don't see anywhere in the API where an org ID is returned, and I'm not seeing where to get that ID from within the shortcut webapp (app.shortcut.com).
Any help would be appreciated!
@ben-simmons-dt
I know this is really old, but if anyone else stumbles upon this, you don't have to provide the org-public-id. You can just provide {}.
{}
const member = await client.getMember(memberId, {})
To get a Member, the API requires an
org-public-id
parameter: (https://shortcut.com/api/rest/v3#Get-Member).However, I don't see anywhere in the API where an org ID is returned, and I'm not seeing where to get that ID from within the shortcut webapp (app.shortcut.com).
Any help would be appreciated!