Is there a way to get the user information from a card assignee using the web SDK?
When I select a card widget I get an object similar to this:
{
type: ‘card’,
assignee: {
userId: ‘xxxxxxxxxxx’
},
….
}
How can I get that user name from the assignee?
I am trying to build a custom csv export, so I need that information.
Question
Get asignee user info from card using SDK
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.