Is it possible - through the API - to query member IDs all at once?
If so, how can I do it, I searched the documentation and didn't find it. thanks in advance
Is it possible - through the API - to query member IDs all at once?
If so, how can I do it, I searched the documentation and didn't find it. thanks in advance
Hey Paulo,
Yes it is.
Here the query:
{
organizations(ids: ORG_ID) {
name
created_at
members {
user {
id
name
}
role_name
}
}
}
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.