# Fetch flex user for the given flex user sid **GET /v2/Instances/{InstanceSid}/Users/{FlexUserSid}** Fetch flex user for the given flex user sid ## Servers - https://flex-api.twilio.com: https://flex-api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **InstanceSid** (string) The unique ID created by Twilio to identify a Flex instance. - **FlexUserSid** (string) The unique id for the flex user to be retrieved. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The unique SID of the account that created the resource. - **instance_sid** (string | null) The unique ID created by Twilio to identify a Flex instance. - **user_sid** (string | null) The unique SID identifier of the Twilio Unified User. - **flex_user_sid** (string | null) The unique SID identifier of the Flex User. - **worker_sid** (string | null) The unique SID identifier of the worker. - **workspace_sid** (string | null) The unique SID identifier of the workspace. - **flex_team_sid** (string | null) The unique SID identifier of the Flex Team. - **username** (string | null) Username of the User. - **email** (string | null) Email of the User. - **locale** (string | null) The locale preference of the user. - **roles** (array[string] | null) The roles of the user. - **created_date** (string(date-time) | null) The date that this user was created, given in ISO 8601 format. - **updated_date** (string(date-time) | null) The date that this user was updated, given in ISO 8601 format. - **version** (integer) The current version of the user. - **url** (string(uri) | null) [Powered by Bump.sh](https://bump.sh)