---
title: "GET /networks/{networkId}/users/{userId}"
method: GET
path: "/networks/{networkId}/users/{userId}"
---

# GET /networks/{networkId}/users/{userId}

`GET /networks/{networkId}/users/{userId}`

Retrieves detailed information about a specific user in a Wickr network, including their profile, status, and activity history.

## Path parameters

- `networkId` string, required
- `userId` string, required

## Query parameters

- `startTime` string, date-time
- `endTime` string, date-time

## Response `200`

Success

- GetUserResponse
  - `userId` string, required — The unique identifier of the user.
  - `firstName` string, password — The first name of the user.
  - `lastName` string, password — The last name of the user.
  - `username` string — The email address or username of the user.
  - `isAdmin` boolean — Indicates whether the user has administrator privileges in the network.
  - `suspended` boolean — Indicates whether the user is currently suspended.
  - `status` integer — The current status of the user (1 for pending, 2 for active).
  - `lastActivity` integer — The timestamp of the user's last activity in the network, specified in epoch seconds.
  - `lastLogin` integer — The timestamp of the user's last login to the network, specified in epoch seconds.
  - `securityGroupIds` SecurityGroupId[] — A list of security group IDs to which the user belongs.

## Other responses

- `480` — ValidationError
- `481` — BadRequestError
- `482` — ResourceNotFoundError
- `483` — ForbiddenError
- `484` — UnauthorizedError
- `485` — InternalServerError
- `486` — RateLimitError

---

[API](https://skmtc.net/aws/apis/wickr.md) · [All operations](https://skmtc.net/aws/apis/wickr/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/wickr/versions/71d396c2af63/schema)
