How can we get external users information from Get Enterprise Users query ? We’re using “user_type=external” parameter but the result is empty.
For more details, please see our API calls below.
thanks,
Kobi
GET https://api.box.com/2.0/users/?offset=0&limit=100&user_type=external HTTP/1.1
User-Agent: Box Windows SDK v3.0.0
Authorization: Bearer
Host: api.box.com
Accept-Encoding: gzip, deflate
HTTP/1.1 200 OK
Strict-Transport-Security: max-age=31536000
Cache-Control: no-cache, no-store
BOX-REQUEST-ID: 0os0sialbopd3i0jq34jt7m95ce
Date: Tue, 20 Mar 2018 05:48:06 GMT
Content-Type: application/json
Vary: Accept-Encoding
Age: 2
Connection: keep-alive
Content-Length: 53
{"total_count":0,"entries":e],"limit":100,"offset":0}
------------------------------------------------------------------
GET https://api.box.com/2.0/users/?offset=0&limit=100&user_type=managed HTTP/1.1
User-Agent: Box Windows SDK v3.0.0
Authorization: Bearer
Host: api.box.com
Accept-Encoding: gzip, deflate
HTTP/1.1 200 OK
Strict-Transport-Security: max-age=31536000
Cache-Control: no-cache, no-store
Vary: Accept-Encoding
BOX-REQUEST-ID: 07s80hpnqcjh7mj5alhuot4krsq
Date: Tue, 20 Mar 2018 05:48:07 GMT
Content-Type: application/json
Age: 0
Connection: keep-alive
Content-Length: 4775
{"total_count":11,"entries" }
------------------------------------------------------------------
GET https://api.box.com/2.0/users/?offset=0&limit=100&user_type=all HTTP/1.1
User-Agent: Box Windows SDK v3.0.0
Authorization: Bearer
Host: api.box.com
Accept-Encoding: gzip, deflate
HTTP/1.1 200 OK
Strict-Transport-Security: max-age=31536000
Cache-Control: no-cache, no-store
Vary: Accept-Encoding
BOX-REQUEST-ID: 081s275c2pmm3u6th01ee7kpbrv
Date: Tue, 20 Mar 2018 05:48:08 GMT
Content-Type: application/json
Age: 1
Connection: keep-alive
Content-Length: 4775
{"total_count":11,"entries" }
------------------------------------------------------------------