---
title: "Contact Info"
method: GET
path: "/v1/workgroups/{workgroup_id}/contacts/{user_id}"
tags: ["Contact"]
---

# Contact Info

`GET /v1/workgroups/{workgroup_id}/contacts/{user_id}`

Contact Info

## Path parameters

- `workgroup_id` string, required
- `user_id` string, required

## Response `200`

Successful retrieval

- UserDetailsExpandVO — Java type: com.noosh.nooshapi.vo.UserDetailsExpandVO
  - `result` UserDetailsVO — Java type: com.noosh.nooshapi.vo.UserDetailsVO
    - `address` unknown
    - `company_name` string
    - `email` string
    - `fax_number` string
    - `first_name` string
    - `last_name` string
    - `locale` string
    - `middle_name` string
    - `organization` string
    - `phone_number` string
    - `time_zone` string
    - `title` string
    - `user_id` integer
  - `status_code` integer
  - `status_reason` string

## Other responses

- `404` — There are not any result matching your search condition
- `500` — Internal server error

---

[API](https://skmtc.dev/noosh/apis/noosh-api-application.md) · [All operations](https://skmtc.dev/noosh/apis/noosh-api-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noosh/noosh-api-application/revisions/d5e8e2764188/schema)
