# Create Support Request

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Create Support Request"}
>
</Heading>

<MethodEndpoint
  method={"post"}
  path={"/api/v1/organization/{organization_id}/support_request"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Reach out to our support team for help with your issue.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
  children={"Request"}
>
</Heading>

<ParamsDetails
  parameters={[{"description":"A unique identifier of the organization. You can obtain the organization ID from the [Get Users Me](https://docs.cloud.deepset.ai/reference/read_users_me_api_v1_me_get)  endpoint.","in":"path","name":"organization_id","required":true,"schema":{"description":"A unique identifier of the organization. You can obtain the organization ID from the [Get Users Me](https://docs.cloud.deepset.ai/reference/read_users_me_api_v1_me_get)  endpoint.","title":"Organization ID","type":"string"}}]}
>
  
</ParamsDetails>

<RequestSchema
  title={"Body"}
  body={{"content":{"application/json":{"schema":{"description":"The definition of the user you want to invite to the organization.","properties":{"description":{"description":"Describe the issue you are facing.","title":"Description","type":"string"},"request_type":{"description":"What kind of request do you have?","title":"Support request type","enum":["BUG","FEATURE_REQUEST","BILLING_QUESTION","LEAVE_FEEDBACK","OTHER"],"type":"string"},"user_blocked_description":{"anyOf":[{"enum":["WORKAROUND","BLOCKED","NOT_URGENT","SEARCH_BROKEN"],"title":"UserBlockedDescription","type":"string"},{"type":"null"}],"description":"How does the issue affect you?","title":"User blocked description"}},"required":["description","request_type"],"title":"SupportRequest","type":"object"}}},"required":true}}
>
  
</RequestSchema>

<StatusCodes
  id={undefined}
  label={undefined}
  responses={{"204":{"description":"Successful Response"},"422":{"content":{"application/json":{"schema":{"properties":{"detail":{"items":{"properties":{"ctx":{"title":"Context","type":"object"},"input":{"title":"Input"},"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"}}},"description":"Validation Error"}}}
>
  
</StatusCodes>
