diff --git a/apis/accounts/v1alpha1/account.proto b/apis/accounts/v1alpha1/account.proto index 3b14169..c7dd89e 100644 --- a/apis/accounts/v1alpha1/account.proto +++ b/apis/accounts/v1alpha1/account.proto @@ -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.