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 apis/accounts/v1alpha1/account.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ message AccountDetails {
string organization_slug = 4;
// The authentication method used to authenticate the request.
AuthenticationMethod active_authentication_method = 5;
// The canonical Tilebox user ID.
string user_id = 6 [(buf.validate.field).string.uuid = true];
// The canonical Tilebox organization ID.
string organization_id = 7 [(buf.validate.field).string.uuid = true];
}

// AuthenticationMethod describes the credential used to authenticate the request.
Expand Down