---
title: getAllSubMember (/recruiter/getAllSubMember)
tags: recruiter, working
---
**URL** : /recruiter/getAllSubMember
---
**Header**
```
Authorization : "Bearer <Token>"
```
**Request**
```
{
"searchByText" : "",
"role":""
}
```
**Description**
---
**Header**
```
```
**Response**
```
{
"meta": {
"code": 200,
"message": "Success!",
"isError": false
},
"data": {
"subMember": [
{
"id": "80d6ec81-9444-442c-8f65-01549a7ad519",
"name": "rahulVVVV kumar",
"email": "rh73298@gmail.com",
"profile": "HRaaa",
"role": "organisationRecruiterAdmin",
"isDisableMember": true
},
{
"id": "c84fd5e8-e9fc-4e4d-921e-7ae6d0989f09",
"name": "rahulVVVV kumar",
"email": "rh732198@gmail.com",
"profile": "HRaaa",
"role": "organisationRecruiterAdmin",
"isDisableMember": false
},
{
"id": "453ce42f-5c6e-4aab-a81c-d562963d503c",
"name": "rahulVVVV kumar",
"email": "rh73222198@gmail.com",
"profile": "HRaaa",
"role": "organisationRecruiterAdmin",
"isDisableMember": false
},
{
"id": "7d7a81b2-3148-41c2-9d96-c9aaa72f1835",
"name": "rahulVVVV kumar",
"email": "r1h73222198@gmail.com",
"profile": "HRaaa",
"role": "organisationRecruiterAdmin",
"isDisableMember": false
},
{
"id": "1519e47a-afdf-4a2f-895f-04e133ddc0b1",
"name": "rahulVVVV kumar",
"email": "r1h7322112198@gmail.com",
"profile": "HRaaa",
"role": "organisationRecruiterAdmin",
"isDisableMember": true
},
{
"id": "a424155a-81ef-462f-9c4a-0210ca55a2f9",
"name": "rahulVVVV kumar",
"email": "r144h7322112198@gmail.com",
"profile": "HRaaa",
"role": "organisationRecruiterAdmin",
"isDisableMember": false
}
]
}
}
```
**Description**