Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions impersonation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ Creates a new impersonation request.
"userId": "string",
"impersonatedUserId": "string",
"isImpersonationFinished": "boolean",
"createdBy": "string",
"createdFor": "string",
"reason": "string"
}
}
Expand Down Expand Up @@ -120,8 +118,8 @@ Returns a list of impersonation requests with pagination and filtering options.

- `dev`: Required boolean to fetch requests.
- `size`: Optional integer to specify the number of requests per page. Default is 5.
- `createdBy`: Optional string to filter requests by username of super-user who created the request.
- `createdFor`: Optional string to filter requests by username of user for whom the request is created.
- `createdBy`: Optional string to filter requests by userId of super-user who created the request.
- `createdFor`: Optional string to filter requests by userId of user for whom the request is created.
- `status`: Optional string to filter requests by status (e.g., APPROVED, REJECTED, PENDING).

- `prev`: Optional string containing the pagination cursor for the previous page of results.
Expand Down Expand Up @@ -153,8 +151,6 @@ Returns a list of impersonation requests with pagination and filtering options.
"userId": "string",
"impersonatedUserId": "string",
"isImpersonationFinished": "boolean",
"createdBy": "string",
"createdFor": "string",
"startedAt": "Timestamp",
"endedAt": "Timestamp",
"reason": "string",
Expand All @@ -168,8 +164,6 @@ Returns a list of impersonation requests with pagination and filtering options.
"userId": "string",
"impersonatedUserId": "string",
"isImpersonationFinished": "boolean",
"createdBy": "string",
"createdFor": "string",
"startedAt": "Timestamp",
"endedAt": "Timestamp",
"reason": "string",
Expand Down