Skip to content
Merged
Changes from all commits
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
4 changes: 4 additions & 0 deletions raystack/frontier/v1beta1/admin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,10 @@ message ListPlatformUsersResponse {
message RemovePlatformUserRequest {
string user_id = 1;
string serviceuser_id = 2;

// relation scopes the removal to a single platform relation (admin or member).
// When empty, all platform relations of the principal are removed.
string relation = 3;
}

message RemovePlatformUserResponse {}
Expand Down
Loading