Skip to content

Retrieve a feature flag user list

GET
/api/v4/projects/{id}/feature_flags_user_lists/{iid}

Retrieves a specified feature flag user list.

id
required
One of:
string

The ID or URL-encoded path of the project

iid
required
One of:
string

The internal ID of the project’s feature flag user list

OK

Media type application/json
object
id
integer format: int64
iid
integer
name
string
user_xids
string
project_id
integer format: int64
created_at
string format: date-time
updated_at
string format: date-time
path
string
edit_path
string
Example
{
"id": 1,
"iid": 1,
"name": "user_list",
"user_xids": "user1,user2",
"project_id": 2,
"created_at": "2020-02-04T08:13:10.507Z",
"updated_at": "2020-02-04T08:13:10.507Z"
}

Bad Request

Unauthorized

Not found