Skip to main content
Solved

Query Member ID Users

  • September 25, 2020
  • 1 reply
  • 215 views

Paulo Ribas
Pipefy Staff

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

 

Best answer by Marcos Carvalho

Hey Paulo, 

 

Yes it is. 

 

Here the query: 

 

1{
2 organizations(ids: ORG_ID) {
3 name
4 created_at
5 members {
6 user {
7 id
8 name
9 }
10 role_name
11 }
12 }
13}
14

 

 

View original
Did this topic help you find an answer to your question?

1 reply

Marcos Carvalho
Pipefy Staff
Forum|alt.badge.img+6

Hey Paulo, 

 

Yes it is. 

 

Here the query: 

 

1{
2 organizations(ids: ORG_ID) {
3 name
4 created_at
5 members {
6 user {
7 id
8 name
9 }
10 role_name
11 }
12 }
13}
14

 

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings