tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IUsersClient.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2using System.Threading;
3using System.Threading.Tasks;
4
8
10{
55}
Common base of entities with IDs.
Definition EntityId.cs:7
Settings for a paginated request.
For managing UserResponses.
ValueTask< List< UserResponse > > List(PaginationSettings? paginationSettings, CancellationToken cancellationToken)
List all UserResponses.
ValueTask< UserResponse > Update(UserUpdateRequest user, CancellationToken cancellationToken)
Update a user .
ValueTask< UserResponse > Read(CancellationToken cancellationToken)
Read the current user's information and general rights.
ValueTask< UserResponse > Create(UserCreateRequest user, CancellationToken cancellationToken)
Create a new user .
ValueTask< UserResponse > GetId(EntityId user, CancellationToken cancellationToken)
Get a specific user .