GET /v2/flashes/:flash_id/flash_users
Return all the flash users of the given Flash

GET /v2/flash_users
Return all the flash users


GET /v2/flashes/:flash_id/flash_users/:id
Get a flash user of the given Id, associated with the given Flash

GET /v2/flash_users/:id
Get a flash user


POST /v2/flashes/:flash_id/flash_users
Create a flash user for the given Flash

POST /v2/flash_users
Create a flash user