Search external group members
{ searchGroupUsers }
Get a list of external users belonging to the given group
Method
/API3/access/searchGroupUsers
- Enterprise Admin
Input Parameters
Name
searchData
Object Type
Description
The object used to specify groups in the external IDP.
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
External user object with details of the users found in the search.. Note that the response is returned as a list of items of this object type.
Notes
Currently only supported in LDAP based authentications.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP